=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for frr-9.1nb9 true PROTOC_C lib/mgmt.pb-c.c WARNING: All log messages before absl::InitializeLog() is called are written to STDERR W0000 00:00:1766927908.148918 2418 main.cc:45] `protoc-c` is deprecated. Please use `protoc` instead! GEN lib/mgmt.pb-c.c /usr/pkg/bin/perl ./lib/route_types.pl --enabled babeld --enabled bfdd --enabled bgpd --enabled bgpd-vnc --enabled eigrpd --enabled isisd --enabled fabricd --enabled ldpd --enabled ospfd --enabled ospf6d --enabled pbrd --enabled pimd --enabled ripd --enabled ripngd --enabled sharpd --enabled zebra < ./lib/route_types.txt > lib/route_types.h /usr/pkg/bin/perl ./vtysh/daemons.pl zebra mgmtd bgpd ripd ripngd ospfd ospf6d isisd fabricd ldpd babeld eigrpd sharpd pimd pim6d pbrd staticd bfdd pathd > vtysh/vtysh_daemons.h /usr/pkg/bin/gmake all-am gmake[1]: Entering directory '/pbulk/work/net/frr/work/frr-frr-9.1' YACC lib/command_parse.c GEN yang/frr-affinity-map.yang.c LEX lib/command_lex.c LEX lib/defun_lex.c GEN yang/frr-filter.yang.c GEN yang/frr-if-rmap.yang.c GEN yang/frr-interface.yang.c GEN yang/frr-route-map.yang.c GEN yang/frr-route-types.yang.c GEN yang/frr-vrf.yang.c GEN yang/frr-routing.yang.c GEN yang/frr-nexthop.yang.c GEN yang/ietf/ietf-routing-types.yang.c GEN yang/ietf/ietf-interfaces.yang.c GEN yang/ietf/ietf-bgp-types.yang.c GEN yang/frr-module-translator.yang.c GEN yang/frr-zebra-route-map.yang.c GEN yang/frr-zebra.yang.c GEN yang/frr-staticd.yang.c GEN yang/frr-bfdd.yang.c CC mgmtd/mgmt.o CC mgmtd/mgmt_ds.o CC mgmtd/mgmt_be_adapter.o CC mgmtd/mgmt_fe_adapter.o CC mgmtd/mgmt_history.o CC mgmtd/mgmt_memory.o In file included from ./lib/zebra.h:185, from mgmtd/mgmt_be_adapter.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from mgmtd/mgmt_fe_adapter.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from mgmtd/mgmt_be_adapter.c:15: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from mgmtd/mgmt_be_adapter.c:15: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from mgmtd/mgmt_fe_adapter.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from mgmtd/mgmt_fe_adapter.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from mgmtd/mgmt_be_adapter.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from mgmtd/mgmt_be_adapter.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC mgmtd/mgmt_txn.o In file included from ./lib/zebra.h:185, from mgmtd/mgmt_memory.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ GEN yang/frr-bgp-types.yang.c In file included from ./lib/zebra.h:185, from mgmtd/mgmt_history.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from mgmtd/mgmt_ds.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/debug.h:11, from ./mgmtd/mgmt.h:12, from mgmtd/mgmt_ds.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/debug.h:11, from ./mgmtd/mgmt.h:12, from mgmtd/mgmt_ds.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from mgmtd/mgmt.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ GEN yang/frr-bgp.yang.c In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/debug.h:11, from mgmtd/mgmt.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ In file included from ./lib/zebra.h:185, from mgmtd/mgmt_txn.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/debug.h:11, from mgmtd/mgmt.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./mgmtd/mgmt_defines.h:12, from ./lib/mgmt_fe_client.h:17, from mgmtd/mgmt_history.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./mgmtd/mgmt_defines.h:12, from ./lib/mgmt_fe_client.h:17, from mgmtd/mgmt_history.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/debug.h:11, from ./mgmtd/mgmt.h:12, from mgmtd/mgmt_ds.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from mgmtd/mgmt_txn.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from mgmtd/mgmt_txn.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/debug.h:11, from ./mgmtd/mgmt.h:12, from mgmtd/mgmt_ds.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./mgmtd/mgmt_defines.h:12, from ./lib/mgmt_fe_client.h:17, from mgmtd/mgmt_history.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./mgmtd/mgmt_defines.h:12, from ./lib/mgmt_fe_client.h:17, from mgmtd/mgmt_history.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/debug.h:11, from ./mgmtd/mgmt.h:12, from mgmtd/mgmt_history.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ GEN yang/frr-bgp-common-structure.yang.c GEN yang/frr-bgp-common-multiprotocol.yang.c GEN yang/frr-bgp-common.yang.c In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from mgmtd/mgmt_txn.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from mgmtd/mgmt_txn.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/debug.h:11, from ./mgmtd/mgmt.h:12, from mgmtd/mgmt_txn.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from ./lib/debug.h:11, from ./mgmtd/mgmt.h:12, from mgmtd/mgmt_ds.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ GEN yang/frr-bgp-neighbor.yang.c GEN yang/frr-bgp-peer-group.yang.c In file included from ./lib/command.h:11, from ./lib/debug.h:11, from ./mgmtd/mgmt.h:12, from mgmtd/mgmt_be_adapter.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ GEN yang/frr-bgp-rpki.yang.c In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/debug.h:11, from mgmtd/mgmt.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/debug.h:11, from mgmtd/mgmt.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/debug.h:11, from mgmtd/mgmt.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ GEN yang/frr-deviations-bgp-datacenter.yang.c In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from mgmtd/mgmt_fe_adapter.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ GEN yang/frr-bgp-bmp.yang.c ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from mgmtd/mgmt_fe_adapter.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ GEN yang/frr-bgp-filter.yang.c In file included from ./lib/command.h:11, from ./lib/debug.h:11, from ./mgmtd/mgmt.h:12, from mgmtd/mgmt_fe_adapter.c:19: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC bgpd/bgp_addpath.o GEN yang/frr-bgp-route-map.yang.c CC bgpd/bgp_advertise.o CC bgpd/bgp_attr.o CC bgpd/bgp_attr_evpn.o In file included from ./lib/zebra.h:185, from bgpd/bgp_attr.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_attr_evpn.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_attr_evpn.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_attr_evpn.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_attr.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_attr.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_attr_evpn.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_attr.c:19: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_attr_evpn.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_attr.c:19: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_attr_evpn.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from bgpd/bgp_attr.c:19: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from bgpd/bgp_attr.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_attr_evpn.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_attr.c:29: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC bgpd/bgp_aspath.o CC bgpd/bgp_bfd.o CC bgpd/bgp_clist.o In file included from ./lib/zebra.h:185, from bgpd/bgp_advertise.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_advertise.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_advertise.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_aspath.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_addpath.h:11, from bgpd/bgp_addpath.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from bgpd/bgp_aspath.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from bgpd/bgp_aspath.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/nexthop.h:11, from ./bgpd/bgp_route.h:13, from bgpd/bgp_addpath.h:14, from bgpd/bgp_addpath.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/nexthop.h:11, from ./bgpd/bgp_route.h:13, from bgpd/bgp_addpath.h:14, from bgpd/bgp_addpath.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_advertise.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_advertise.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_advertise.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_clist.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./bgpd/bgp_route.h:13, from bgpd/bgp_addpath.h:14, from bgpd/bgp_addpath.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_advertise.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./bgpd/bgp_route.h:13, from bgpd/bgp_addpath.h:14, from bgpd/bgp_addpath.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_clist.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_clist.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./bgpd/bgp_route.h:13, from bgpd/bgp_addpath.h:14, from bgpd/bgp_addpath.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./bgpd/bgp_route.h:13, from bgpd/bgp_addpath.h:14, from bgpd/bgp_addpath.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_clist.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_clist.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_clist.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_clist.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_aspath.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_aspath.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_bfd.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_aspath.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_bfd.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_bfd.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_aspath.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_bfd.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ CC bgpd/bgp_community.o ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_bfd.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_bfd.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from bgpd/bgp_bfd.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_aspath.c:23: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_community.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_community.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_community.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC bgpd/bgp_community_alias.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_community.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_community.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_community.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgp_community.h:9, from bgpd/bgp_community.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_community_alias.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC bgpd/bgp_conditional_adv.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from bgpd/bgp_community_alias.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from bgpd/bgp_community_alias.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_conditional_adv.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./bgpd/bgp_conditional_adv.h:11, from bgpd/bgp_conditional_adv.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./bgpd/bgp_conditional_adv.h:11, from bgpd/bgp_conditional_adv.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./bgpd/bgp_route.h:13, from ./bgpd/bgp_addpath.h:14, from ./bgpd/bgp_conditional_adv.h:12, from bgpd/bgp_conditional_adv.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./bgpd/bgp_route.h:13, from ./bgpd/bgp_addpath.h:14, from ./bgpd/bgp_conditional_adv.h:12, from bgpd/bgp_conditional_adv.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ CC bgpd/bgp_damp.o ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from bgpd/bgp_community_alias.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from bgpd/bgp_community_alias.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from bgpd/bgp_community_alias.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_community_alias.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_damp.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_damp.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_damp.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_damp.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_damp.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_damp.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC bgpd/bgp_dump.o CC bgpd/bgp_ecommunity.o In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_damp.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./bgpd/bgp_route.h:13, from ./bgpd/bgp_addpath.h:14, from ./bgpd/bgp_conditional_adv.h:12, from bgpd/bgp_conditional_adv.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./bgpd/bgp_route.h:13, from ./bgpd/bgp_addpath.h:14, from ./bgpd/bgp_conditional_adv.h:12, from bgpd/bgp_conditional_adv.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_encap_tlv.o CC bgpd/bgp_errors.o In file included from ./lib/zebra.h:185, from bgpd/bgp_dump.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_ecommunity.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from bgpd/bgp_dump.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from bgpd/bgp_dump.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_ecommunity.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_ecommunity.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_errors.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_dump.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from bgpd/bgp_errors.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_ecommunity.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_dump.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from bgpd/bgp_errors.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_ecommunity.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_dump.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from bgpd/bgp_ecommunity.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from ./bgpd/bgp_table.h:13, from bgpd/bgp_dump.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_ecommunity.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from bgpd/bgp_errors.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from bgpd/bgp_errors.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_dump.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_encap_tlv.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_encap_tlv.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_encap_tlv.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_encap_tlv.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_encap_tlv.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC bgpd/bgp_evpn.o In file included from ./lib/command.h:11, from bgpd/bgp_encap_tlv.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bgpd/bgpd.h:14, from bgpd/bgp_encap_tlv.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_evpn.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC bgpd/bgp_evpn_mh.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_evpn.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_evpn.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_evpn.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_evpn.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_evpn.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from bgpd/bgp_evpn.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_filter.o In file included from ./lib/zebra.h:185, from bgpd/bgp_evpn_mh.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_evpn_mh.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_evpn_mh.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_evpn_mh.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_evpn_mh.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_evpn_mh.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_filter.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from bgpd/bgp_evpn_mh.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_filter.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_filter.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_evpn_mh.c:35: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_filter.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ CC bgpd/bgp_flowspec.o In file included from ./lib/ferr.h:17, from bgpd/bgp_errors.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bgpd/bgp_errors.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_evpn.c:34: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_flowspec.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_flowspec.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_flowspec.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC bgpd/bgp_flowspec_util.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from bgpd/bgp_flowspec.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from bgpd/bgp_flowspec.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from bgpd/bgp_flowspec.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from bgpd/bgp_flowspec.c:12: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_flowspec.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_flowspec_util.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from bgpd/bgp_flowspec_util.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_flowspec_util.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC bgpd/bgp_flowspec_vty.o CC bgpd/bgp_fsm.o In file included from ./lib/zebra.h:185, from bgpd/bgp_fsm.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_fsm.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_fsm.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/plist.h:13, from bgpd/bgp_fsm.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/plist.h:13, from bgpd/bgp_fsm.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/plist.h:13, from bgpd/bgp_fsm.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from bgpd/bgp_fsm.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from bgpd/bgp_fsm.c:23: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_filter.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_filter.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from bgpd/bgp_flowspec_util.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from bgpd/bgp_flowspec_util.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from bgpd/bgp_flowspec_util.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from bgpd/bgp_flowspec_util.c:13: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from bgpd/bgp_route.h:13, from bgpd/bgp_flowspec_util.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_io.o In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_filter.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_flowspec_vty.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_flowspec_vty.c:7: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_flowspec_vty.c:7: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_flowspec_vty.c:7: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_flowspec_vty.c:7: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_io.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_flowspec_vty.c:7: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_flowspec_vty.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from bgpd/bgp_io.c:15: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from bgpd/bgp_io.c:15: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from ./bgpd/bgp_io.h:14, from bgpd/bgp_io.c:22: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from ./bgpd/bgp_io.h:14, from bgpd/bgp_io.c:22: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from ./bgpd/bgp_io.h:14, from bgpd/bgp_io.c:22: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from ./bgpd/bgp_io.h:14, from bgpd/bgp_io.c:22: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_keepalives.o In file included from ./lib/zebra.h:185, from bgpd/bgp_keepalives.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from bgpd/bgp_keepalives.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from bgpd/bgp_keepalives.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from bgpd/bgp_keepalives.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from bgpd/bgp_keepalives.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from bgpd/bgp_keepalives.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_keepalives.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_label.o In file included from ./lib/zebra.h:185, from bgpd/bgp_label.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_label.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_label.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC bgpd/bgp_lcommunity.o CC bgpd/bgp_mac.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_label.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_label.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_label.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC bgpd/bgp_memory.o In file included from ./lib/zebra.h:185, from bgpd/bgp_lcommunity.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_mac.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_lcommunity.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_mac.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_lcommunity.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_mac.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_lcommunity.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from bgpd/bgp_mac.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from bgpd/bgp_mac.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_lcommunity.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_io.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_lcommunity.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./bgpd/bgpd.h:14, from bgpd/bgp_mac.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_mac.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_lcommunity.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from bgpd/bgp_label.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_label.c:26: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC bgpd/bgp_mpath.o In file included from ./lib/zebra.h:185, from bgpd/bgp_mpath.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_mpath.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_mpath.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC bgpd/bgp_mplsvpn.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_mpath.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_mpath.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_mpath.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_mpath.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_network.o CC bgpd/bgp_nht.o In file included from ./lib/zebra.h:185, from bgpd/bgp_mplsvpn.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC bgpd/bgp_open.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_mplsvpn.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_mplsvpn.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_network.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_mplsvpn.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_mplsvpn.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from bgpd/bgp_network.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from bgpd/bgp_network.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from bgpd/bgp_mplsvpn.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bgpd/bgp_mplsvpn.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_open.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_nht.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_nht.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_nht.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_network.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_network.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_network.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from bgpd/bgp_network.c:23: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_nht.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from bgpd/bgp_network.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_nht.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_mplsvpn.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_nht.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from bgpd/bgp_nht.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_packet.o In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_nht.c:27: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_packet.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from bgpd/bgp_packet.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from bgpd/bgp_packet.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_packet.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_packet.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_packet.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from bgpd/bgp_packet.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_packet.c:26: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_open.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_open.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_open.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_open.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_open.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bgpd/bgp_open.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_open.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC bgpd/bgp_pbr.o CC bgpd/bgp_rd.o In file included from ./lib/zebra.h:185, from bgpd/bgp_pbr.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_pbr.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_pbr.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_rd.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_rd.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_rd.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from bgpd/bgp_pbr.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from bgpd/bgp_pbr.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from bgpd/bgp_pbr.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_rd.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_rd.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from bgpd/bgp_pbr.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/command.h:11, from bgpd/bgp_rd.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_rd.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_pbr.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC bgpd/bgp_regex.o CC bgpd/bgp_routemap_nb.o In file included from ./lib/zebra.h:185, from bgpd/bgp_regex.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from bgpd/bgp_regex.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from bgpd/bgp_regex.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC bgpd/bgp_routemap_nb_config.o In file included from ./lib/zebra.h:185, from bgpd/bgp_routemap_nb.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_routemap_nb.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_routemap_nb.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_routemap_nb.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_routemap_nb.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_routemap_nb_config.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_routemap_nb.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_routemap_nb_config.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_routemap_nb_config.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_routemap_nb.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_routemap_nb_config.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_routemap_nb_config.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_routemap_nb_config.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_routemap_nb_config.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_script.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_regex.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_regex.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_regex.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bgpd/bgpd.h:14, from bgpd/bgp_regex.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_table.o CC bgpd/bgp_updgrp.o In file included from ./lib/zebra.h:185, from bgpd/bgp_updgrp.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC bgpd/bgp_updgrp_adv.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_updgrp.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_updgrp.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_updgrp.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_updgrp.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_updgrp.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_updgrp.c:32: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_updgrp_packet.o CC bgpd/bgp_vpn.o In file included from ./lib/zebra.h:185, from bgpd/bgp_updgrp_packet.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_updgrp_packet.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_updgrp_packet.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_updgrp_packet.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_updgrp_packet.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_script.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_vpn.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_updgrp_packet.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_vpn.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_vpn.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_updgrp_packet.c:32: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_zebra.o In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_updgrp.c:35: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_vpn.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_vpn.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_vpn.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bgpd/bgp_vpn.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_updgrp_packet.c:34: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_zebra.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_zebra.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_zebra.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_zebra.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_zebra.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_zebra.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from bgpd/bgp_zebra.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_zebra.c:36: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC bgpd/bgpd.o In file included from ./lib/zebra.h:185, from bgpd/bgpd.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgpd.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgpd.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgpd.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgpd.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgpd.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from bgpd/bgpd.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgpd.c:41: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC bgpd/bgp_trace.o In file included from ./lib/zebra.h:185, from bgpd/bgp_table.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_trace.c:4: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_table.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_table.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_table.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_table.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ GEN yang/frr-ripd.yang.c In file included from ./lib/command.h:11, from bgpd/bgp_table.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_table.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC yang/frr-bfdd.yang.o In file included from ./lib/zebra.h:185, from yang/frr-bfdd.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ GEN yang/frr-ripngd.yang.c In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bfdd.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bfdd.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-bfdd.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-bfdd.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ GEN yang/frr-ospf-route-map.yang.c CC ospfd/ospf_abr.o CC ospfd/ospf_api.o In file included from ./lib/zebra.h:185, from bgpd/bgp_updgrp_adv.c:14: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_updgrp_adv.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_updgrp_adv.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_updgrp_adv.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_updgrp_adv.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_updgrp_adv.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from ospfd/ospf_abr.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_updgrp_adv.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospfd/ospf_api.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_api.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_api.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_abr.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_abr.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_api.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_api.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_abr.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_abr.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_api.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospfd/ospf_abr.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_api.c:28: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_abr.c:22: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_abr.c:37: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC ospfd/ospf_apiserver.o CC ospfd/ospf_asbr.o In file included from ./lib/zebra.h:185, from ospfd/ospf_apiserver.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from ospfd/ospf_asbr.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_asbr.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_asbr.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_apiserver.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_apiserver.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_asbr.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_asbr.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_apiserver.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_apiserver.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospfd/ospf_asbr.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from ospfd/ospf_apiserver.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_asbr.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_apiserver.c:29: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_asbr.c:30: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_apiserver.c:43: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC ospfd/ospf_ase.o CC ospfd/ospf_bfd.o In file included from ./lib/zebra.h:185, from ospfd/ospf_ase.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ase.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ase.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_ase.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_ase.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospfd/ospf_ase.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_ase.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospfd/ospf_bfd.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospfd/ospf_bfd.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospfd/ospf_bfd.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_bfd.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_bfd.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_bfd.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospfd/ospf_bfd.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospfd/ospf_dump_api.o In file included from ./lib/zebra.h:185, from ospfd/ospf_dump_api.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospfd/ospf_dump_api.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospfd/ospf_dump_api.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ospfd/ospf_errors.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ospfd/ospfd.h:18, from ospfd/ospf_dump_api.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ospfd/ospfd.h:18, from ospfd/ospf_dump_api.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ospfd/ospfd.h:18, from ospfd/ospf_dump_api.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC ospfd/ospf_ext.o In file included from ./ospfd/ospf_opaque.h:12, from ospfd/ospf_lsa.h:202, from ospfd/ospf_dump_api.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospfd/ospf_errors.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ospfd/ospf_errors.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ospfd/ospf_errors.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ospfd/ospf_errors.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ospfd/ospf_errors.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ospfd/ospf_errors.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospfd/ospf_errors.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC ospfd/ospf_flood.o In file included from ./lib/zebra.h:185, from ospfd/ospf_ext.c:14: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ospfd/ospf_ia.o CC ospfd/ospf_interface.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ext.c:20: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ext.c:20: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_ext.c:24: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_ext.c:24: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_ext.c:24: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_ext.c:36: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospfd/ospf_ia.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from ospfd/ospf_interface.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_ext.c:52: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_interface.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ia.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_interface.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ia.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_interface.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_interface.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_ia.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_ia.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_interface.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_ia.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospfd/ospf_interface.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_ia.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospfd/ospf_ism.o In file included from ./lib/zebra.h:185, from ospfd/ospf_flood.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_flood.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_flood.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ospfd/ospf_ism.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ism.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ism.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_ism.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_ism.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_flood.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_flood.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_flood.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospfd/ospf_flood.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_ism.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_ism.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospfd/ospf_lsa.o In file included from ./lib/zebra.h:185, from ospfd/ospf_lsa.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_lsa.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_lsa.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_lsa.c:23: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_lsa.c:23: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_lsa.c:23: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_lsa.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_lsa.c:39: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC ospfd/ospf_lsdb.o In file included from ./lib/zebra.h:185, from ospfd/ospf_lsdb.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_lsdb.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_lsdb.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ospfd/ospf_memory.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_lsdb.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_lsdb.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_lsdb.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./ospfd/ospf_opaque.h:12, from ./ospfd/ospf_lsa.h:202, from ospfd/ospf_lsdb.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospfd/ospf_neighbor.o In file included from ./lib/zebra.h:185, from ospfd/ospf_neighbor.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_neighbor.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_neighbor.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_neighbor.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_neighbor.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC ospfd/ospf_network.o In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_neighbor.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC ospfd/ospf_nsm.o In file included from ./lib/bfd.h:11, from ospfd/ospf_neighbor.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospfd/ospf_network.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ospfd/ospf_opaque.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_network.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_network.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ospfd/ospf_nsm.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from ospfd/ospf_network.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from ospfd/ospf_network.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_nsm.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_nsm.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from ospfd/ospf_network.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from ospfd/ospf_network.c:17: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_network.c:22: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospfd/ospf_opaque.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_nsm.c:20: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_opaque.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_opaque.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_nsm.c:20: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_nsm.c:20: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_opaque.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_opaque.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_opaque.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_opaque.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_opaque.c:43: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC ospfd/ospf_packet.o CC ospfd/ospf_ri.o In file included from ./lib/zebra.h:185, from ospfd/ospf_packet.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from ospfd/ospf_ri.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ospfd/ospf_route.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ri.c:15: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ri.c:15: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ospfd/ospf_routemap.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_ri.c:19: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_ri.c:19: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_ri.c:19: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_ri.c:29: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_ri.c:45: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ospfd/ospf_routemap.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_routemap.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_routemap.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_routemap.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_routemap.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospfd/ospf_routemap.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospfd/ospf_routemap.c:21: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_packet.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_routemap.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_packet.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_routemap.c:29: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ospfd/ospf_packet.c:24: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ospfd/ospf_packet.c:24: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ospfd/ospf_packet.c:24: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from ospfd/ospf_packet.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_packet.c:29: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospfd/ospf_route.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_route.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_route.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_route.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_route.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_route.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_route.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospfd/ospf_routemap_nb.o In file included from ./lib/zebra.h:185, from ospfd/ospf_routemap_nb.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from ospfd/ospf_routemap_nb.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from ospfd/ospf_routemap_nb.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ospfd/ospf_routemap_nb.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ospfd/ospf_routemap_nb.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/routemap.h:13, from ospfd/ospf_routemap_nb.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_nsm.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospfd/ospf_routemap_nb_config.o In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_nsm.c:38: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ospfd/ospf_routemap_nb_config.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospfd/ospf_routemap_nb_config.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospfd/ospf_routemap_nb_config.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_routemap_nb_config.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_routemap_nb_config.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_routemap_nb_config.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC ospfd/ospf_spf.o In file included from ./lib/zebra.h:185, from ospfd/ospf_spf.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_spf.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_spf.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_spf.c:19: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_spf.c:19: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC ospfd/ospf_ti_lfa.o In file included from ./lib/zebra.h:185, from ospfd/ospf_ti_lfa.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ti_lfa.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ti_lfa.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_ti_lfa.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_ti_lfa.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_ti_lfa.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./ospfd/ospf_opaque.h:12, from ./ospfd/ospf_lsa.h:202, from ospfd/ospf_ti_lfa.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_spf.c:19: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_spf.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospfd/ospf_sr.o In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_spf.c:35: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ospfd/ospf_sr.c:22: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ospfd/ospf_sr.c:24: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospfd/ospf_sr.c:25: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_sr.c:25: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_sr.c:25: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_sr.c:25: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC ospfd/ospf_te.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospfd/ospf_sr.c:42: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospfd/ospf_te.c:14: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ospfd/ospf_sr.c:43: ./lib/sbuf.h:67:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 67 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ospfd/ospf_errors.h:11, from ospfd/ospf_sr.c:45: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_te.c:18: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_te.c:18: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ospfd/ospf_zebra.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ospfd/ospf_te.c:19: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ospfd/ospf_te.c:19: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ospfd/ospf_te.c:19: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospfd/ospf_te.c:32: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospfd/ospf_zebra.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_te.c:55: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospfd/ospf_zebra.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospfd/ospf_zebra.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_zebra.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_zebra.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_zebra.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospfd/ospf_zebra.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from ospfd/ospf_zebra.c:23: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC ospfd/ospfd.o In file included from ./lib/zebra.h:185, from ospfd/ospfd.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ospfd/ospfd.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ospfd/ospfd.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ospfd/ospf_gr_helper.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospfd.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospfd.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospfd/ospfd.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospfd/ospfd.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from ospfd/ospfd.c:26: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ospfd/ospf_gr_helper.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_gr_helper.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_gr_helper.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_gr_helper.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_gr_helper.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospfd/ospf_gr_helper.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_gr_helper.c:23: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_gr_helper.c:33: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC ospfd/ospf_auth.o In file included from ./lib/zebra.h:185, from ospfd/ospf_auth.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/filter.h:11, from ./ospfd/ospfd.h:16, from ospfd/ospf_auth.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/filter.h:11, from ./ospfd/ospfd.h:16, from ospfd/ospf_auth.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_auth.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_auth.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ AR ospfd/libfrrospfclient.a In file included from ./lib/vrf.h:13, from ./ospfd/ospfd.h:18, from ospfd/ospf_auth.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_auth.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_auth.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ GEN yang/frr-ospf6-route-map.yang.c CC ospf6d/ospf6_abr.o CC ospf6d/ospf6_routemap_nb.o In file included from ./lib/zebra.h:185, from ospf6d/ospf6_routemap_nb.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_abr.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_abr.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_abr.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from ospf6d/ospf6_routemap_nb.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from ospf6d/ospf6_routemap_nb.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ospf6d/ospf6_routemap_nb.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ospf6d/ospf6_routemap_nb.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/routemap.h:13, from ospf6d/ospf6_routemap_nb.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC ospf6d/ospf6_routemap_nb_config.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_abr.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_abr.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospf6d/ospf6_abr.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospf6d/ospf6_route.h:10, from ospf6d/ospf6_abr.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_routemap_nb_config.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospf6d/ospf6_routemap_nb_config.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospf6d/ospf6_routemap_nb_config.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ospf6d/ospf6_bfd.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_routemap_nb_config.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_routemap_nb_config.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospf6d/ospf6_routemap_nb_config.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC ospf6d/ospf6_flood.o CC ospf6d/ospf6_intra.o In file included from ./lib/zebra.h:185, from ospf6d/ospf6_intra.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_intra.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_intra.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_flood.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_intra.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_intra.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC ospf6d/ospf6_lsdb.o In file included from ospf6d/ospf6_intra.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospf6d/ospf6_route.h:10, from ospf6d/ospf6_intra.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_lsdb.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_lsdb.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_lsdb.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_bfd.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospf6d/ospf6_bfd.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospf6d/ospf6_bfd.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_lsdb.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_flood.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_flood.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_lsdb.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospf6d/ospf6_lsdb.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospf6d/ospf6_area.h:10, from ospf6d/ospf6_lsdb.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospf6d/ospf6_message.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_flood.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_flood.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospf6d/ospf6_flood.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospf6d/ospf6_lsa.h:9, from ospf6d/ospf6_flood.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_message.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_message.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_message.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_message.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_message.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospf6d/ospf6_message.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from ospf6d/ospf6_message.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ospf6d/ospf6_lsa.h:9, from ospf6d/ospf6_message.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospf6d/ospf6_neighbor.o CC ospf6d/ospf6_network.o CC ospf6d/ospf6_proto.o In file included from ./lib/zebra.h:185, from ospf6d/ospf6_network.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_network.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_network.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_neighbor.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_neighbor.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_neighbor.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from ospf6d/ospf6_network.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from ospf6d/ospf6_network.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from ospf6d/ospf6_network.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from ospf6d/ospf6_network.c:13: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_proto.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_proto.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_proto.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_neighbor.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_neighbor.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospf6d/ospf6_neighbor.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ospf6d/ospf6_neighbor.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospf6d/ospf6_spf.o In file included from ./lib/zebra.h:185, from ospf6d/ospf6_spf.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_spf.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_spf.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ospf6d/ospf6_zebra.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_spf.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_spf.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospf6d/ospf6_spf.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from ospf6d/ospf6_spf.c:17: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ospf6d/ospf6_lsa.h:9, from ospf6d/ospf6_spf.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_zebra.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_zebra.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_zebra.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ospf6d/ospf6_auth_trailer.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_zebra.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_zebra.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospf6d/ospf6_zebra.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospf6d/ospf6_zebra.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from ospf6d/ospf6_zebra.c:17: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_auth_trailer.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ospf6d/ospf6_auth_trailer.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ospf6d/ospf6_auth_trailer.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_auth_trailer.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_auth_trailer.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospf6d/ospf6_auth_trailer.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospf6d/ospf6_area.h:10, from ospf6d/ospf6_auth_trailer.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_bfd.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_bfd.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospf6d/ospf6_bfd.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospf6d/ospf6_bfd.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ GEN yang/frr-isisd.yang.c GEN yang/frr-eigrpd.yang.c CC pimd/pimd-pim_addr.o CC pimd/pimd-pim_assert.o CC pimd/pimd-pim_bsm.o CC pimd/pimd-pim_cmd_common.o CC pimd/pimd-pim_bfd.o CC pimd/pimd-pim_errors.o In file included from ./lib/zebra.h:185, from pimd/pim_assert.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_assert.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_assert.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pim_addr.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from ./lib/if.h:9, from pimd/pim_bsm.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_cmd_common.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pimd/pim_addr.h:11, from pimd/pim_addr.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pimd/pim_addr.h:11, from pimd/pim_addr.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_cmd_common.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_cmd_common.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from pimd/pimd.h:12, from pimd/pim_bsm.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from pimd/pimd.h:12, from pimd/pim_bsm.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_assert.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_assert.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_errors.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from pimd/pimd.h:14, from pimd/pim_assert.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from pimd/pim_errors.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_bsm.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from pimd/pim_errors.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_cmd_common.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_cmd_common.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from pimd/pim_errors.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from pimd/pim_errors.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_bfd.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/ferr.h:17, from pimd/pim_errors.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_bfd.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ In file included from pimd/pim_errors.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_bfd.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC pimd/pimd-pim_hello.o CC pimd/pimd-pim_iface.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_bfd.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_bfd.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_bfd.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_bfd.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_assert.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_bsm.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_hello.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_hello.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_hello.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from pimd/pimd.h:14, from pimd/pim_bsm.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_iface.h:16, from pimd/pim_neighbor.h:17, from pimd/pim_bfd.c:17: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pimd/pim_iface.h:16, from pimd/pim_assert.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC pimd/pimd-pim_ifchannel.o In file included from ./lib/zebra.h:185, from pimd/pim_iface.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_iface.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_iface.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_hello.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_hello.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pimd.h:14, from pimd/pim_hello.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC pimd/pimd-pim_instance.o In file included from ./lib/zebra.h:185, from pimd/pim_ifchannel.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_hello.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from pimd/pim_ifchannel.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from pimd/pim_ifchannel.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_cmd_common.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_cmd_common.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_util.h:16, from pimd/pim_hello.c:17: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pimd/pim_ifchannel.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_cmd_common.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pimd/pim_ifchannel.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_cmd_common.c:22: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from pimd/pim_ifchannel.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_cmd_common.c:27: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_ifchannel.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pim_instance.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from pimd/pim_instance.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from pimd/pim_instance.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_ifchannel.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pimd/pim_instance.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pimd/pim_instance.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC pimd/pimd-pim_int.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_iface.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_iface.h:15, from pimd/pim_bsm.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_iface.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_iface.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_iface.c:18: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC pimd/pimd-pim_join.o In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_iface.c:22: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pim_int.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC pimd/pimd-pim_jp_agg.o In file included from ./lib/zebra.h:185, from pimd/pim_join.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_join.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_join.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_join.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_join.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_jp_agg.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_jp_agg.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ In file included from pimd/pim_join.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_jp_agg.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_bsm.c:15: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_join.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pimd/pim_jp_agg.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from pimd/pim_instance.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pimd/pim_jp_agg.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_instance.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pimd/pim_iface.h:16, from pimd/pim_neighbor.h:17, from pimd/pim_join.h:14, from pimd/pim_join.c:23: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from pimd/pim_jp_agg.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC pimd/pimd-pim_macro.o In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_instance.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_jp_agg.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_neighbor.h:17, from pimd/pim_join.h:14, from pimd/pim_jp_agg.c:18: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_macro.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_macro.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_macro.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_macro.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_macro.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_macro.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_macro.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_macro.c:17: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC pimd/pimd-pim_memory.o CC pimd/pimd-pim_mroute.o CC pimd/pimd-pim_msg.o CC pimd/pimd-pim_nb.o In file included from ./lib/zebra.h:185, from pimd/pim_mroute.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_mroute.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_mroute.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_mroute.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_mroute.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_nb.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_msg.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_msg.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_msg.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from pimd/pim_mroute.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_mroute.c:15: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC pimd/pimd-pim_nb_config.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_iface.h:15, from pimd/pim_mroute.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_msg.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_msg.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_msg.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from pimd/pim_nb.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from pimd/pim_nb.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from pimd/pim_nb.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from pimd/pim_nb.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_msg.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/vrf.h:13, from pimd/pim_nb.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_iface.h:16, from pimd/pim_util.h:16, from pimd/pim_msg.c:20: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC pimd/pimd-pim_neighbor.o CC pimd/pimd-pim_nht.o In file included from ./lib/zebra.h:185, from pimd/pim_neighbor.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_neighbor.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_neighbor.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC pimd/pimd-pim_oil.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_neighbor.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_neighbor.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_neighbor.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from pimd/pim_nht.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_neighbor.c:15: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/zclient.h:12, from pimd/pim_nht.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/zclient.h:12, from pimd/pim_nht.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_neighbor.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from pimd/pim_nht.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from pimd/pim_nht.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_oil.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_oil.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_oil.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from pimd/pim_nht.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_nht.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_oil.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_oil.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_nb_config.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from pimd/pimd.h:14, from pimd/pim_oil.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_iface.h:15, from pimd/pim_oil.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC pimd/pimd-pim_pim.o In file included from pimd/pim_iface.h:16, from pimd/pim_oil.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from pimd/pimd.h:12, from pimd/pim_nb_config.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from pimd/pimd.h:12, from pimd/pim_nb_config.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_nb_config.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_nb_config.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pimd.h:14, from pimd/pim_nb_config.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_nb_config.c:11: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from pimd/pim_pim.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_pim.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_pim.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_iface.h:15, from pimd/pim_neighbor.h:17, from pimd/pim_nb_config.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_neighbor.h:17, from pimd/pim_nb_config.c:13: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pimd/pim_iface.h:16, from pimd/pim_neighbor.h:17, from pimd/pim_join.h:14, from pimd/pim_nht.c:28: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_pim.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_pim.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pimd.h:14, from pimd/pim_pim.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_pim.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_pim.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC pimd/pimd-pim_routemap.o In file included from ./lib/zebra.h:185, from pimd/pim_routemap.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from pimd/pim_routemap.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from pimd/pim_routemap.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_routemap.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_routemap.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_routemap.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC pimd/pimd-pim_rp.o CC pimd/pimd-pim_rpf.o In file included from ./lib/zebra.h:185, from pimd/pim_rp.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_rp.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_rp.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_rp.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_rp.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_rpf.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_rpf.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_rpf.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_rp.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_rp.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from pimd/pim_rp.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_rpf.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_rpf.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pimd.h:14, from pimd/pim_rpf.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_rp.c:41: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_rpf.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC pimd/pimd-pim_sock.o CC pimd/pimd-pim_ssm.o In file included from ./lib/zebra.h:185, from pimd/pim_sock.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_sock.c:18: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_sock.c:18: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pim_ssm.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pimd/pim_ssm.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pimd/pim_ssm.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC pimd/pimd-pim_ssmpingd.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_ssm.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_ssm.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_ssm.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_ssm.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_ssm.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pim_ssmpingd.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_ssmpingd.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_ssmpingd.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pimd/pim_ssmpingd.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pimd/pim_ssmpingd.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from pimd/pim_ssmpingd.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_ssmpingd.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_ssmpingd.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_rpf.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pimd/pim_sock.c:21: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pimd/pim_sock.c:21: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC pimd/pimd-pim_static.o In file included from ./lib/vrf.h:13, from pimd/pim_sock.c:21: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_sock.c:23: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_sock.c:27: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC pimd/pimd-pim_tib.o In file included from ./lib/zebra.h:185, from pimd/pim_static.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from pimd/pim_static.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from pimd/pim_static.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC pimd/pimd-pim_time.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_static.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_static.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC pimd/pimd-pim_tlv.o In file included from pimd/pim_static.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC pimd/pimd-pim_upstream.o In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_static.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pim_time.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_time.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_time.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pimd/pim_time.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_tib.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pimd/pim_time.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pimd/pim_time.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_time.c:15: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_tlv.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_tlv.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_tlv.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC pimd/pimd-pim_util.o In file included from pimd/pim_iface.h:16, from pimd/pim_static.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC pimd/pimd-pim_vty.o In file included from ./lib/zebra.h:185, from pimd/pim_upstream.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_upstream.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_upstream.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pimd/pim_addr.h:11, from pimd/pim_tib.h:10, from pimd/pim_tib.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pimd/pim_addr.h:11, from pimd/pim_tib.h:10, from pimd/pim_tib.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from pimd/pim_upstream.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from pimd/pim_upstream.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_tib.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_tib.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from pimd/pim_upstream.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from pimd/pim_util.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_util.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_util.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from pimd/pimd.h:14, from pimd/pim_tib.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_upstream.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_upstream.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_vty.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_tib.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pimd/pim_vty.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pimd/pim_vty.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_tib.c:13: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/plist.h:13, from pimd/pim_util.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/plist.h:13, from pimd/pim_util.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/plist.h:13, from pimd/pim_util.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC pimd/pimd-pim_zebra.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_vty.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_vty.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_iface.h:15, from pimd/pim_util.h:16, from pimd/pim_util.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_util.h:16, from pimd/pim_util.c:13: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pimd/pim_vty.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_iface.h:15, from pimd/pim_vty.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_tlv.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_tlv.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_iface.h:16, from pimd/pim_vty.c:18: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pimd/pimd.h:14, from pimd/pim_tlv.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC pimd/pimd-pim_zlookup.o In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_tlv.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pim_zebra.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_zebra.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_zebra.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_tlv.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from pimd/pim_zebra.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from pimd/pim_zebra.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from pimd/pim_zebra.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_zebra.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC pimd/pimd-pim_vxlan.o In file included from pimd/pim_iface.h:16, from pimd/pim_zebra.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC pimd/pimd-pim_register.o CC pimd/pimd-pimd.o In file included from ./lib/zebra.h:185, from pimd/pim_vxlan.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_vxlan.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_vxlan.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pim_register.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_register.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_register.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pimd.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pimd/pim_vxlan.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pimd.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pimd.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pimd/pim_vxlan.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC pimd/pimd-pim_igmp.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pimd.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from pimd/pim_igmp.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pimd.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_zlookup.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from pimd/pimd.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pimd/pim_igmp.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pimd/pim_igmp.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_zlookup.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_zlookup.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/lib_errors.h:11, from pimd/pimd.c:18: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/bfd.h:11, from pimd/pimd.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pimd/pim_igmp.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pimd/pim_igmp.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from pimd/pim_zlookup.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pimd/pim_igmp.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_igmp.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from pimd/pim_zlookup.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from pimd/pim_zlookup.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_igmp.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_zlookup.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from pimd/pim_zlookup.c:17: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC pimd/pimd-pim_igmp_mtrace.o In file included from ./lib/vrf.h:13, from pimd/pim_vxlan.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_iface.h:15, from pimd/pim_vxlan.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_vxlan.c:16: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_register.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_register.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC pimd/pimd-pim_igmp_stats.o In file included from pimd/pim_register.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_iface.h:15, from pimd/pim_register.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_register.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_igmp_stats.h:10, from pimd/pim_igmp_stats.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC pimd/pimd-pim_igmpv2.o In file included from ./lib/zebra.h:185, from pimd/pim_igmp_mtrace.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from pimd/pimd.h:12, from pimd/pim_igmp_mtrace.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from pimd/pimd.h:12, from pimd/pim_igmp_mtrace.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC pimd/pimd-pim_igmpv3.o In file included from ./lib/zebra.h:185, from pimd/pim_igmpv2.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from pimd/pimd.h:12, from pimd/pim_igmpv2.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from pimd/pimd.h:12, from pimd/pim_igmpv2.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_igmp_mtrace.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_igmp_mtrace.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pimd.h:14, from pimd/pim_igmp_mtrace.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_igmpv2.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_igmpv2.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_igmp_mtrace.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pimd.h:14, from pimd/pim_igmpv2.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_iface.h:16, from pimd/pim_util.h:16, from pimd/pim_igmp_mtrace.c:13: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_igmpv3.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_igmpv2.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_igmpv3.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_igmpv3.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pimd/pim_igmpv3.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from pimd/pim_iface.h:16, from pimd/pim_util.h:16, from pimd/pim_igmpv2.c:18: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC pimd/pimd-pim_main.o ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pimd/pim_igmpv3.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pimd/pim_igmpv3.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_igmpv3.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_igmpv3.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pim_main.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_main.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_main.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC pimd/pimd-pim_mlag.o CC pimd/pimd-pim_msdp.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pimd/pim_main.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pimd/pim_main.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from pimd/pim_main.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_main.c:30: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pim_msdp.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from pimd/pim_iface.h:16, from pimd/pim_main.c:34: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_msdp.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_msdp.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC pimd/pimd-pim_msdp_packet.o CC pimd/pimd-pim_msdp_socket.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_msdp.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_msdp.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pimd/pim_mlag.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from pimd/pimd.h:12, from pimd/pim_mlag.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from pimd/pimd.h:12, from pimd/pim_mlag.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from pimd/pim_msdp.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from pimd/pim_msdp_packet.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_msdp.c:18: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_msdp_packet.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_msdp_packet.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_msdp.c:22: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pim_msdp_socket.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_mlag.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_msdp_socket.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from pimd/pim_msdp_socket.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_mlag.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC pimd/pimd-pim_signals.o In file included from pimd/pimd.h:14, from pimd/pim_mlag.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_msdp_packet.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_msdp_packet.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_msdp_packet.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_msdp_packet.c:13: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_msdp_socket.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pimd/pim_msdp_socket.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_msdp_packet.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_msdp_socket.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_msdp_socket.c:16: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pimd/pim_mlag.h:14, from pimd/pim_mlag.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_msdp_socket.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pimd/pim_signals.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_signals.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_signals.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from pimd/pim_iface.h:16, from pimd/pim_mlag.h:16, from pimd/pim_mlag.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_signals.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from pimd/pimd.h:12, from pimd/pim_signals.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pimd.h:14, from pimd/pim_signals.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC pimd/pimd-pim_zpthread.o GEN yang/frr-pim.yang.c In file included from ./lib/zebra.h:185, from pimd/pim_zpthread.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pimd/pim_zpthread.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pimd/pim_zpthread.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ GEN yang/frr-pim-rp.yang.c In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pimd/pim_zpthread.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pimd/pim_zpthread.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ GEN yang/frr-gmp.yang.c In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pimd/pim_zpthread.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pimd/pim_zpthread.c:9: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pimd/pim_rp.h:15, from pimd/pim_bsm.h:16, from pimd/pim_instance.h:15, from pimd/pim_zpthread.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC staticd/static_main.o CC yang/frr-staticd.yang.o In file included from ./lib/zebra.h:185, from staticd/static_main.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from staticd/static_main.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from staticd/static_main.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from staticd/static_main.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from staticd/static_main.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC staticd/static_bfd.o In file included from ./lib/command.h:11, from staticd/static_main.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from staticd/static_main.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from yang/frr-staticd.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from staticd/static_bfd.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC staticd/static_debug.o CC staticd/static_nht.o In file included from ./lib/zebra.h:185, from staticd/static_debug.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC staticd/static_routes.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from staticd/static_debug.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from staticd/static_debug.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from staticd/static_nht.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from staticd/static_debug.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from staticd/static_debug.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from staticd/static_nht.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from staticd/static_bfd.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from staticd/static_bfd.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from staticd/static_bfd.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from staticd/static_bfd.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from staticd/static_routes.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from staticd/static_bfd.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from staticd/static_bfd.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/nexthop.h:11, from staticd/static_routes.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/nexthop.h:11, from staticd/static_routes.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-staticd.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-staticd.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC staticd/static_zebra.o In file included from ./lib/yang.h:17, from yang/frr-staticd.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-staticd.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from staticd/static_routes.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from staticd/static_routes.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from staticd/static_debug.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from staticd/static_nht.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from staticd/static_routes.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC staticd/static_vrf.o In file included from ./lib/bfd.h:11, from staticd/static_debug.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from staticd/static_routes.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from staticd/static_nht.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from staticd/static_nht.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from staticd/static_zebra.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/vrf.h:13, from staticd/static_nht.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from staticd/static_zebra.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from staticd/static_zebra.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from staticd/static_nht.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from staticd/static_vrf.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC staticd/static_nb.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from staticd/static_vrf.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from staticd/static_vrf.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from staticd/static_zebra.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from staticd/static_zebra.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from staticd/static_zebra.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from staticd/static_vrf.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from staticd/static_vrf.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from staticd/static_zebra.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/vrf.h:13, from staticd/static_vrf.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from staticd/static_vrf.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from staticd/static_vrf.c:13: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ CC staticd/static_nb_config.o In file included from ./lib/zebra.h:185, from staticd/static_nb_config.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ GEN yang/frr-pathd.yang.c CC lib/libfrrcares_la-resolver.lo In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from staticd/static_nb_config.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from staticd/static_nb_config.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from staticd/static_nb_config.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from staticd/static_nb_config.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from staticd/static_nb_config.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from staticd/static_nb_config.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ PROTOC_C qpb/qpb.pb-c.c In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from staticd/static_nb_config.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ PROTOC_C fpm/fpm.pb-c.c WARNING: All log messages before absl::InitializeLog() is called are written to STDERR W0000 00:00:1766927927.372865 26705 main.cc:45] `protoc-c` is deprecated. Please use `protoc` instead! CC zebra/zebra_fpm.lo GEN qpb/qpb.pb-c.c CC zebra/zebra_fpm_netlink.lo WARNING: All log messages before absl::InitializeLog() is called are written to STDERR W0000 00:00:1766927927.448681 29571 main.cc:45] `protoc-c` is deprecated. Please use `protoc` instead! In file included from ./lib/zebra.h:185, from staticd/static_nb.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ GEN fpm/fpm.pb-c.c CC zebra/sample_plugin.lo In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from staticd/static_nb.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from staticd/static_nb.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from staticd/static_nb.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from staticd/static_nb.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_fpm.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from zebra/zebra_fpm.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ CC pathd/pathd_pcep_la-path_pcep.lo ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from zebra/zebra_fpm.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from zebra/zebra_fpm.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from zebra/zebra_fpm.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from zebra/zebra_fpm.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from lib/frrevent.h:9, from lib/resolver.c:15: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from zebra/zebra_fpm.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/resolver.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/resolver.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./zebra/zebra_errors.h:11, from zebra/zebra_fpm.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/resolver.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/resolver.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/resolver.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/resolver.c:16: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ lib/resolver.c: In function 'resolver_cb_timeout': lib/resolver.c:107:2: warning: 'ares_process' is deprecated: Use ares_process_fds instead [-Wdeprecated-declarations] 107 | ares_process(r->channel, NULL, NULL); | ^~~~~~~~~~~~ In file included from lib/resolver.c:10: /pbulk/work/net/frr/work/.buildlink/include/ares.h:910:58: note: declared here 910 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_process_fds) void ares_process( | ^~~~~~~~~~~~ lib/resolver.c: In function 'resolver_resolve': lib/resolver.c:281:2: warning: 'ares_gethostbyname' is deprecated: Use ares_getaddrinfo instead [-Wdeprecated-declarations] 281 | ares_gethostbyname(state.channel, hostname, af, ares_address_cb, query); | ^~~~~~~~~~~~~~~~~~ In file included from lib/resolver.c:10: /pbulk/work/net/frr/work/.buildlink/include/ares.h:879:58: note: declared here 879 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_getaddrinfo) void ares_gethostbyname( | ^~~~~~~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/sample_plugin.c:20: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from zebra/sample_plugin.c:21: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from zebra/sample_plugin.c:21: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from zebra/sample_plugin.c:21: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from zebra/sample_plugin.c:21: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/zebra_dplane.h:12, from zebra/sample_plugin.c:22: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/zebra_dplane.h:12, from zebra/sample_plugin.c:22: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pathd/path_pcep.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC pathd/pathd_pcep_la-path_pcep_controller.lo In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pathd/path_pcep.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pathd/path_pcep.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_pcep.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_pcep.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from pathd/path_pcep.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/termtable.h:11, from pathd/path_pcep.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pathd/path_pcep.c:18: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./pathd/path_errors.h:9, from pathd/path_pcep.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC pathd/pathd_pcep_la-path_pcep_debug.lo In file included from ./lib/zebra.h:185, from zebra/zebra_fpm_netlink.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from pathd/path_pcep_controller.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pathd/path_pcep_controller.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pathd/path_pcep_controller.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_pcep_controller.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_pcep_controller.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from pathd/path_pcep_controller.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./pathd/path_errors.h:9, from pathd/path_pcep_controller.c:18: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC pathd/pathd_pcep_la-path_pcep_lib.lo In file included from ./lib/zebra.h:185, from pathd/path_pcep_lib.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/debug.h:11, from pathd/path_pcep_lib.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/debug.h:11, from pathd/path_pcep_lib.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC pathd/pathd_pcep_la-path_pcep_config.lo In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/debug.h:11, from pathd/path_pcep_lib.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/debug.h:11, from pathd/path_pcep_lib.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC pathd/pathd_pcep_la-path_pcep_pcc.lo In file included from ./lib/zebra.h:185, from pathd/path_pcep_config.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from pathd/path_pcep_config.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from pathd/path_pcep_config.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from pathd/path_pcep_config.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from pathd/path_pcep_config.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pathd/path_pcep_debug.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/command.h:11, from ./lib/debug.h:11, from pathd/path_pcep_lib.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./pathd/path_errors.h:9, from pathd/path_pcep_lib.c:13: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pathd/path_pcep_debug.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/command.h:11, from ./lib/debug.h:11, from ./pathd/path_pcep.h:10, from pathd/path_pcep_config.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from pathd/path_pcep_pcc.c:17: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from pathd/path_pcep_debug.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pathd/path_pcep_pcc.c:19: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pathd/path_pcep_pcc.c:19: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ pathd/path_pcep_lib.c:29:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 29 | PRINTFRR(2, 0); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/debug.h:11, from ./pathd/path_pcep.h:10, from ./pathd/path_pcep_debug.h:12, from pathd/path_pcep_debug.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/debug.h:11, from ./pathd/path_pcep.h:10, from ./pathd/path_pcep_debug.h:12, from pathd/path_pcep_debug.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_pcep_pcc.c:20: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_pcep_pcc.c:20: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/debug.h:11, from ./pathd/path_pcep.h:10, from ./pathd/path_pcep_debug.h:12, from pathd/path_pcep_debug.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from pathd/path_pcep_pcc.c:20: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./pathd/path_errors.h:9, from pathd/path_pcep_pcc.c:29: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC lib/grammar_sandbox_main.o In file included from ./lib/zebra.h:185, from lib/frrevent.h:9, from lib/vty.h:21, from lib/command.h:11, from lib/grammar_sandbox_main.c:16: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/grammar_sandbox_main.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/grammar_sandbox_main.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/grammar_sandbox_main.c:16: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/grammar_sandbox_main.c:16: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/grammar_sandbox_main.c:16: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC bgpd/bgp_btoa.o In file included from ./lib/zebra.h:185, from bgpd/bgp_btoa.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from bgpd/bgp_btoa.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from bgpd/bgp_btoa.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_btoa.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_btoa.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_btoa.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_btoa.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC pimd/test_igmpv3_join-test_igmpv3_join.o In file included from ./lib/zebra.h:185, from pimd/test_igmpv3_join.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pimd/pim_addr.h:11, from pimd/pim_igmp_join.h:10, from pimd/test_igmpv3_join.c:20: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pimd/pim_addr.h:11, from pimd/pim_igmp_join.h:10, from pimd/test_igmpv3_join.c:20: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC pceplib/pcep_pcc.o CC tools/ssd-start-stop-daemon.o In file included from ./lib/zebra.h:185, from pceplib/pcep_pcc.c:16: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CCLD pceplib/libsocket_comm_mock.la SPHINX doc/user/_build/.doctrees/environment.pickle SPHINX doc/manpages/_build/.doctrees/environment.pickle CC pimd/mtracebis-mtracebis.o CC pimd/mtracebis-mtracebis_netlink.o In file included from ./lib/zebra.h:185, from pimd/mtracebis.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC pimd/mtracebis-mtracebis_routeget.o /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/conf.py:97: SyntaxWarning: invalid escape sequence '\[' val = re.compile('^S\["([^"]+)"\]="(.*)"$') CC lib/admin_group.lo /pbulk/work/net/frr/work/frr-frr-9.1/doc/manpages/conf.py:94: SyntaxWarning: invalid escape sequence '\[' val = re.compile('^S\["([^"]+)"\]="(.*)"$') CC lib/affinitymap.lo In file included from ./lib/zebra.h:185, from lib/affinitymap.c:25: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/affinitymap.c:29: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/affinitymap.c:29: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/affinitymap.c:29: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/affinitymap.c:29: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/affinitymap.c:29: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/affinitymap.c:38: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/affinitymap.c:40: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from lib/zebra.h:185, from lib/admin_group.h:26, from lib/admin_group.c:23: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/clippy-jhash.o CC lib/clippy-clippy.o CC lib/clippy-command_graph.o CC lib/clippy-command_py.o CC lib/clippy-defun_lex.o CC lib/clippy-elf_py.o CC lib/clippy-graph.o CC lib/clippy-libfrr_trace.o CC lib/clippy-memory.o CC lib/clippy-typesafe.o In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/clippy.c:144: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/clippy.c:144: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/clippy.c:149:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 149 | { | ^ CC lib/clippy-vector.o CC lib/affinitymap_northbound.lo CC lib/agg_table.lo In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/memory.c:20: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/memory.c:20: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/atomlist.lo CC lib/asn.lo In file included from lib/atomlist.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/base64.lo CC lib/bfd.lo In file included from lib/zebra.h:185, from lib/agg_table.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/agg_table.h:10, from lib/agg_table.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/agg_table.h:10, from lib/agg_table.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/buffer.lo In file included from ./lib/zebra.h:185, from lib/asn.c:20: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/asn.c:21: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/asn.c:21: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/command_match.h:14, from lib/asn.h:26, from lib/asn.c:22: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/command_match.h:14, from lib/asn.h:26, from lib/asn.c:22: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ CC lib/checksum.lo CC lib/command.lo lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from lib/checksum.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from lib/command.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/command.c:15: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/command.c:15: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/command.c:15: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/command.c:15: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/command.c:15: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/command.c:33: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/command.c:36: lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from /usr/include/ctype.h:97, from ./lib/zebra.h:19, from lib/command.c:12: lib/command.c: In function 'print_cmd': lib/command.c:1506:18: warning: array subscript has type 'char' [-Wchar-subscripts] 1506 | if (isspace(cmd[i])) { | ^ lib/command.c:1515:23: warning: array subscript has type 'char' [-Wchar-subscripts] 1515 | while (isspace(cmd[i + 1])) | ^ lib/command.c:1520:19: warning: array subscript has type 'char' [-Wchar-subscripts] 1520 | if (isspace(cmd[i + 1])) | ^ In file included from ./lib/zebra.h:185, from lib/affinitymap_northbound.c:25: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from lib/affinitymap_northbound.c:27: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from lib/affinitymap_northbound.c:27: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from lib/affinitymap_northbound.c:27: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from lib/affinitymap_northbound.c:27: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from lib/affinitymap_northbound.c:27: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from lib/buffer.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/buffer.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/buffer.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/buffer.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/buffer.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC lib/command_graph.lo In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/buffer.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/buffer.c:13: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/command.h:11, from lib/command_match.h:14, from lib/asn.h:26, from lib/asn.c:22: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC lib/command_lex.lo In file included from lib/asn.h:27, from lib/asn.c:22: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:17, from ./lib/log.h:17, from lib/command_parse.y:39, from lib/command_lex.l:22: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/command_parse.y:39, from lib/command_lex.l:22: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/command_parse.y:39, from lib/command_lex.l:22: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/bfd.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/bfd.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/bfd.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/bfd.c:10: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/bfd.c:10: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/bfd.c:10: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/srv6.h:12, from lib/nexthop.h:14, from lib/zclient.h:22, from lib/bfd.c:16: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ lib/bfd.c: In function 'bfd_sess_set_ipv4_addrs': lib/bfd.c:589:19: warning: converting a packed 'const struct in_addr' pointer (alignment 1) to a 'const struct in6_addr' pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member] 589 | (struct in6_addr *)dst)) | ^~~~~~~~ lib/bfd.c:589:19: warning: converting a packed 'const struct in_addr' pointer (alignment 1) to a 'const struct in6_addr' pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member] In file included from ./lib/zebra.h:185, from lib/command_graph.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/command_graph.c:472: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/command_graph.c:472: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/command_graph.c:472: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/command_graph.c:472: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/command_graph.c:472: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC lib/command_match.lo CC lib/command_parse.lo CC lib/cspf.lo In file included from ./lib/zlog.h:17, from lib/log.h:17, from lib/command_parse.y:39, from lib/command_parse.c:105: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/command_parse.y:39, from lib/command_parse.c:105: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/command_parse.y:39, from lib/command_parse.c:105: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/command_match.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/command_match.h:14, from lib/command_match.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/command_match.h:14, from lib/command_match.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/command_match.h:14, from lib/command_match.c:11: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/command_match.h:14, from lib/command_match.c:11: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/command_match.h:14, from lib/command_match.c:11: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/asn.h:27, from lib/command_match.c:13: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC lib/csv.lo In file included from ./lib/zebra.h:185, from lib/cspf.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/cspf.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/cspf.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/darr.lo In file included from ./lib/zebra.h:185, from lib/darr.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from lib/csv.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/debug.lo /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/isisd.rst:43: WARNING: duplicate clicmd description of net XX.XXXX. ... .XXX.XX, other instance in fabricd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/isisd.rst:53: WARNING: duplicate clicmd description of domain-password [clear | md5] , other instance in fabricd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/isisd.rst:58: WARNING: duplicate clicmd description of attached-bit [receive ignore | send], other instance in fabricd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/isisd.rst:67: WARNING: duplicate clicmd description of log-adjacency-changes, other instance in fabricd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/isisd.rst:92: WARNING: duplicate clicmd description of set-overload-bit, other instance in fabricd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/isisd.rst:100: WARNING: duplicate clicmd description of purge-originator, other instance in fabricd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/isisd.rst:605: WARNING: duplicate clicmd description of segment-routing srv6, other instance in bgp /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/isisd.rst:609: WARNING: duplicate clicmd description of locator NAME, other instance in bgp /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:158: WARNING: duplicate clicmd description of timers throttle spf (0-600000) (0-600000) (0-600000), other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:300: WARNING: duplicate clicmd description of maximum-paths (1-64), other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:306: WARNING: duplicate clicmd description of write-multiplier (1-100), other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:475: WARNING: duplicate clicmd description of area A.B.C.D export-list NAME, other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:477: WARNING: duplicate clicmd description of area (0-4294967295) export-list NAME, other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:502: WARNING: duplicate clicmd description of area A.B.C.D import-list NAME, other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:504: WARNING: duplicate clicmd description of area (0-4294967295) import-list NAME, other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:511: WARNING: duplicate clicmd description of area A.B.C.D filter-list prefix NAME in, other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:513: WARNING: duplicate clicmd description of area A.B.C.D filter-list prefix NAME out, other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:515: WARNING: duplicate clicmd description of area (0-4294967295) filter-list prefix NAME in, other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:517: WARNING: duplicate clicmd description of area (0-4294967295) filter-list prefix NAME out, other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:753: WARNING: duplicate clicmd description of set metric [+|-](0-4294967295), other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:825: WARNING: duplicate clicmd description of graceful-restart [grace-period (1-1800)], other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:838: WARNING: duplicate clicmd description of graceful-restart helper enable [A.B.C.D], other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:848: WARNING: duplicate clicmd description of graceful-restart helper strict-lsa-checking, other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:861: WARNING: duplicate clicmd description of graceful-restart helper planned-only, other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:1008: WARNING: duplicate clicmd description of mpls-te on, other instance in isisd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:1013: WARNING: duplicate clicmd description of mpls-te router-address , other instance in isisd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:1026: WARNING: duplicate clicmd description of mpls-te export, other instance in isisd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:1102: WARNING: duplicate clicmd description of segment-routing on, other instance in isisd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:1108: WARNING: duplicate clicmd description of segment-routing global-block (16-1048575) (16-1048575) [local-block (16-1048575) (16-1048575)], other instance in isisd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:1115: WARNING: duplicate clicmd description of segment-routing node-msd (1-16), other instance in isisd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ospfd.rst:1150: WARNING: duplicate clicmd description of aggregation timer (5-1800), other instance in ospf6d /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/pbr.rst:32: WARNING: duplicate label nexthop-groups, other instance in /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/nexthop_groups.rst /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ripd.rst:97: WARNING: duplicate clicmd description of network NETWORK, other instance in eigrpd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ripd.rst:109: WARNING: duplicate clicmd description of network IFNAME, other instance in babeld /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ripd.rst:141: WARNING: duplicate clicmd description of passive-interface (IFNAME|default), other instance in eigrpd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ripd.rst:227: WARNING: duplicate clicmd description of default-information originate, other instance in ospfd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ripd.rst:302: WARNING: duplicate clicmd description of distance (1-255), other instance in ospfd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ripd.rst:307: WARNING: duplicate clicmd description of distance (1-255) A.B.C.D/M, other instance in bgp /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ripngd.rst:29: WARNING: duplicate clicmd description of network NETWORK, other instance in ripd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ripngd.rst:33: WARNING: duplicate clicmd description of network IFNAME, other instance in ripd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ripngd.rst:41: WARNING: duplicate clicmd description of allow-ecmp [1-MULTIPATH_NUM], other instance in ripd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ripngd.rst:67: WARNING: duplicate clicmd description of distribute-list [prefix] LIST IFNAME, other instance in ripd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ripngd.rst:105: WARNING: duplicate clicmd description of match interface WORD, other instance in ripd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/ripngd.rst:121: WARNING: duplicate clicmd description of match metric (0-4294967295), other instance in ripd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/routemap.rst:342: WARNING: duplicate clicmd description of set ipv6 next-hop local IPV6_ADDRESS, other instance in ripngd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/routemap.rst:359: WARNING: duplicate clicmd description of set l3vpn next-hop encapsulation gre, other instance in bgp /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/zebra.rst:140: WARNING: duplicate clicmd description of shutdown, other instance in bfd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/zebra.rst:863: WARNING: duplicate clicmd description of segment-routing, other instance in pathd /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/zebra.rst:876: WARNING: duplicate clicmd description of locator NAME, other instance in isisd In file included from ./lib/zebra.h:185, from lib/debug.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/debug.h:11, from lib/debug.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/debug.h:11, from lib/debug.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/debug.h:11, from lib/debug.c:9: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ CC lib/defaults.lo lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/debug.h:11, from lib/debug.c:9: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/debug.h:11, from lib/debug.c:9: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from lib/defaults.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/distribute.lo CC lib/explicit_bzero.lo In file included from ./lib/zebra.h:185, from lib/distribute.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/filter.h:11, from lib/distribute.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/filter.h:11, from lib/distribute.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/distribute.c:11: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/distribute.c:11: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/distribute.c:11: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC lib/ferr.lo CC lib/filter.lo CC lib/filter_nb.lo In file included from ./lib/zebra.h:185, from lib/filter.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/filter.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/filter.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/zebra.h:185, from lib/filter_nb.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from lib/filter_nb.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from lib/filter_nb.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/flex_algo.lo In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from lib/filter_nb.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from lib/filter_nb.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/filter.c:11: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/filter.c:11: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/plist.h:13, from lib/filter_nb.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/command.h:11, from lib/filter.c:11: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/filter.c:17: lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from lib/filter.c:18: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from lib/zebra.h:185, from lib/flex_algo.c:16: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/flex_algo.h:21, from lib/flex_algo.c:18: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/flex_algo.h:21, from lib/flex_algo.c:18: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/frrcu.lo CC lib/frrlua.lo CC lib/frrscript.lo In file included from ./lib/zebra.h:185, from lib/frrlua.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from lib/frrscript.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from lib/frrevent.h:9, from lib/vty.h:21, from lib/ferr.h:17, from lib/ferr.c:17: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/ferr.h:17, from lib/ferr.c:17: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/ferr.h:17, from lib/ferr.c:17: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/ferr.h:17, from lib/ferr.c:17: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/ferr.h:17, from lib/ferr.c:17: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC lib/frr_pthread.lo In file included from lib/ferr.h:17, from lib/ferr.c:17: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/ferr.c:17: lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/ferr.c:23: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ lib/ferr.c:213:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 213 | { | ^ CC lib/frrstr.lo In file included from lib/frrcu.h:9, from lib/frrcu.c:42: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/grammar_sandbox.lo In file included from ./lib/zebra.h:185, from lib/frr_pthread.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/zlog.h:23, from lib/frr_pthread.c:17: lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/frr_pthread.c:17: lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/zebra.h:185, from lib/frrstr.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/libfrr.h:19, from lib/frr_pthread.c:18: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/libfrr.h:19, from lib/frr_pthread.c:18: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from lib/frrevent.h:9, from lib/vty.h:21, from lib/command.h:11, from lib/grammar_sandbox.c:15: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/grammar_sandbox.c:15: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/grammar_sandbox.c:15: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/grammar_sandbox.c:15: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/grammar_sandbox.c:15: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/grammar_sandbox.c:15: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC lib/graph.lo In file included from ./lib/zebra.h:185, from lib/graph.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/hash.lo CC lib/hook.lo CC lib/id_alloc.lo In file included from ./lib/zlog.h:17, from lib/log.h:17, from lib/id_alloc.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/id_alloc.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/id_alloc.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/id_alloc.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/id_alloc.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/id_alloc.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/id_alloc.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC lib/imsg-buffer.lo In file included from ./lib/zebra.h:185, from lib/imsg-buffer.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/imsg.lo CC lib/iso.lo CC lib/jhash.lo In file included from ./lib/zebra.h:185, from lib/hash.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from lib/termtable.h:11, from lib/hash.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from lib/termtable.h:11, from lib/hash.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from lib/termtable.h:11, from lib/hash.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from lib/termtable.h:11, from lib/hash.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from lib/termtable.h:11, from lib/hash.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/termtable.h:11, from lib/hash.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from lib/hash.c:12: lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/zebra.h:185, from lib/jhash.c:20: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/json.lo In file included from ./lib/zebra.h:185, from lib/json.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/json.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/json.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/json.c:8: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/json.c:8: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/json.c:8: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/json.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from lib/imsg.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/iso.c:35: lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ CC lib/keychain.lo CC lib/ldp_sync.lo CC lib/lib_errors.lo In file included from ./lib/zebra.h:185, from lib/ldp_sync.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/ldp_sync.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/ldp_sync.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/ldp_sync.c:9: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/ldp_sync.c:9: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/ldp_sync.c:9: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/srv6.h:12, from lib/nexthop.h:14, from lib/zclient.h:22, from lib/ldp_sync.c:15: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC lib/lib_vty.lo In file included from ./lib/zebra.h:185, from ./lib/frrevent.h:9, from ./lib/vty.h:21, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/lib_errors.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/lib_errors.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/lib_errors.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/libfrr.lo In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/lib_errors.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/lib_errors.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/lib_errors.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/lib_errors.c:12: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC lib/libfrr_trace.lo In file included from ./lib/zebra.h:185, from lib/libfrr.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/libfrr.h:15, from lib/libfrr.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/libfrr.h:15, from lib/libfrr.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/libfrr.h:19, from lib/libfrr.c:14: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/libfrr.h:19, from lib/libfrr.c:14: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/libfrr.c:17: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/srv6.h:12, from lib/nexthop.h:14, from lib/zclient.h:22, from lib/libfrr.c:22: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from lib/libfrr_trace.c:4: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/linklist.lo In file included from ./lib/zebra.h:185, from lib/keychain.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/link_state.lo In file included from lib/lib_errors.h:11, from lib/libfrr.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/libfrr.c:27: lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ CC lib/log.lo In file included from ./lib/zebra.h:185, from lib/link_state.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/link_state.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/link_state.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/link_state.c:17: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/link_state.c:17: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/link_state.c:17: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/termtable.h:11, from lib/link_state.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from lib/link_state.c:18: lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/link_state.c:25: lib/sbuf.h:67:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 67 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/keychain.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/keychain.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/lib_vty.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/lib_vty.c:22: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/lib_vty.c:22: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/log.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/keychain.c:9: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/keychain.c:9: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/zclient.h:12, from lib/log.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/zclient.h:12, from lib/log.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/command.h:11, from lib/keychain.c:9: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/northbound_cli.h:10, from lib/lib_vty.c:27: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/vrf.h:13, from lib/zclient.h:19, from lib/log.c:11: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/northbound_cli.h:10, from lib/lib_vty.c:27: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/vrf.h:13, from lib/zclient.h:19, from lib/log.c:11: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/lib_vty.c:27: lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from lib/vrf.h:13, from lib/zclient.h:19, from lib/log.c:11: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_vty.c:31: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/srv6.h:12, from lib/nexthop.h:14, from lib/zclient.h:22, from lib/log.c:11: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from lib/lib_errors.h:11, from lib/log.c:15: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC lib/log_filter.lo In file included from ./lib/zebra.h:185, from lib/log_filter.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/log_filter.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/log_filter.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/md5.lo CC lib/memory.lo In file included from ./lib/zebra.h:185, from lib/memory.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/memory.c:20: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/memory.c:20: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/md5.c:15: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from lib/linklist.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/mgmt_msg.lo CC lib/mlag.lo CC lib/module.lo CC lib/mpls.lo CC lib/srv6.lo In file included from lib/module.c:18: lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/zebra.h:185, from lib/mgmt_msg.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_msg.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_msg.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/zebra.h:185, from lib/srv6.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_msg.c:10: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_msg.c:10: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/srv6.h:11, from lib/srv6.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/srv6.h:11, from lib/srv6.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_msg.c:10: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/json.h:13, from lib/srv6.h:12, from lib/srv6.c:9: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/json.h:13, from lib/srv6.h:12, from lib/srv6.c:9: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/json.h:13, from lib/srv6.h:12, from lib/srv6.c:9: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/srv6.h:12, from lib/srv6.c:9: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC lib/network.lo CC lib/nexthop.lo In file included from ./lib/zebra.h:185, from lib/nexthop.c:5: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/nexthop.c:7: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/nexthop.c:7: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/network.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/network.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/network.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/nexthop.c:10: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/nexthop.c:10: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/nexthop.c:10: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/srv6.h:12, from lib/nexthop.h:14, from lib/nexthop.c:15: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/network.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ CC lib/netns_linux.lo ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/network.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/network.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/network.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from lib/mpls.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from lib/netns_linux.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/ns.h:12, from lib/netns_linux.c:20: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/ns.h:12, from lib/netns_linux.c:20: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/ns.h:12, from lib/netns_linux.c:20: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/ns.h:12, from lib/netns_linux.c:20: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/ns.h:12, from lib/netns_linux.c:20: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/netns_linux.c:26: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC lib/netns_other.lo CC lib/northbound.lo CC lib/northbound_db.lo In file included from ./lib/zebra.h:185, from lib/northbound.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/libfrr.h:15, from lib/northbound.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/libfrr.h:15, from lib/northbound.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/libfrr.h:19, from lib/northbound.c:9: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/libfrr.h:19, from lib/northbound.c:9: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/northbound.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/northbound.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC lib/ntop.lo In file included from lib/northbound.c:18: lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ CC lib/openbsd-tree.lo CC lib/pid_output.lo In file included from ./lib/zebra.h:185, from lib/northbound_db.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/libfrr.h:15, from lib/northbound_db.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/libfrr.h:15, from lib/northbound_db.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/libfrr.h:19, from lib/northbound_db.c:9: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/libfrr.h:19, from lib/northbound_db.c:9: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/northbound_db.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/northbound_db.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from lib/pid_output.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/pid_output.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/pid_output.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/pid_output.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/pid_output.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/pid_output.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/pid_output.c:12: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from lib/mlag.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from lib/mlag.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from lib/mlag.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from lib/mlag.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from lib/mlag.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/mlag.h:14, from lib/mlag.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC lib/prefix.lo In file included from ./lib/zebra.h:185, from lib/prefix.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/privs.lo In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/prefix.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ CC lib/ptm_lib.lo In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/prefix.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/pullwr.lo In file included from ./lib/zebra.h:185, from lib/privs.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/privs.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/privs.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/privs.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/privs.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/privs.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/privs.c:13: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/prefix.c:9: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ In file included from lib/zebra.h:185, from lib/pullwr.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/prefix.c:9: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/stream.h:14, from lib/pullwr.h:14, from lib/pullwr.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/stream.h:14, from lib/pullwr.h:14, from lib/pullwr.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/command.h:11, from lib/prefix.c:9: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/prefix.c:17: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC lib/ringbuf.lo CC lib/qobj.lo CC lib/routemap_northbound.lo In file included from ./lib/zebra.h:185, from lib/ringbuf.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from lib/routemap_northbound.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from lib/routemap_northbound.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from lib/routemap_northbound.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from lib/routemap_northbound.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from lib/routemap_northbound.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from lib/routemap_northbound.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC lib/sbuf.lo CC lib/seqlock.lo In file included from ./lib/zebra.h:185, from lib/sbuf.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/sbuf.c:9: lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/sbuf.h:65, from lib/sbuf.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/sbuf.c:10: lib/sbuf.h:67:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 67 | PRINTFRR(3, 4); | ^~~~~~~~ CC lib/sha256.lo In file included from lib/seqlock.c:21: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/sigevent.lo In file included from ./lib/zebra.h:185, from lib/sha256.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/skiplist.lo CC lib/sockopt.lo In file included from ./lib/zebra.h:185, from lib/sockopt.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/sockopt.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/sockopt.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/sockopt.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/sockopt.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from lib/sigevent.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/sigevent.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/sockopt.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/sockopt.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ In file included from ./lib/log.h:17, from lib/sigevent.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from lib/sigevent.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from lib/sigevent.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from lib/sigevent.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from lib/sigevent.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from lib/qobj.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/qobj.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/qobj.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/skiplist.c:42: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/skiplist.c:45: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/skiplist.c:45: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/skiplist.c:46: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/skiplist.c:46: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/skiplist.c:46: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/skiplist.c:48: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC lib/sockunion.lo In file included from ./lib/zebra.h:185, from lib/sockunion.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/sockunion.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/sockunion.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/sockunion.c:9: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/sockunion.c:9: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/sockunion.c:9: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/sockunion.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC lib/spf_backoff.lo CC lib/segment_routing.lo CC lib/srcdest_table.lo In file included from ./lib/zebra.h:185, from lib/segment_routing.h:19, from lib/segment_routing.c:16: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from lib/spf_backoff.c:14: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/spf_backoff.c:18: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/spf_backoff.c:18: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/srcdest_table.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/spf_backoff.c:18: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/spf_backoff.c:18: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/srcdest_table.h:33, from lib/srcdest_table.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/srcdest_table.h:33, from lib/srcdest_table.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/command.h:11, from lib/spf_backoff.c:18: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC lib/stream.lo CC lib/strformat.lo In file included from ./lib/zebra.h:185, from lib/stream.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/stream.h:14, from lib/stream.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/stream.h:14, from lib/stream.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/strformat.c:16: lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/stream.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/stream.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/stream.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/stream.c:17: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC lib/strlcat.lo CC lib/strlcpy.lo CC lib/systemd.lo CC lib/table.lo CC lib/termtable.lo CC lib/typerb.lo In file included from ./lib/zebra.h:185, from lib/termtable.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from lib/termtable.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from lib/termtable.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/systemd.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from lib/termtable.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from lib/termtable.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/systemd.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/systemd.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from ./lib/json.h:13, from lib/termtable.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/termtable.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from lib/termtable.c:13: lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ lib/termtable.c:124:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 124 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/systemd.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/systemd.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/systemd.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/systemd.c:12: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from lib/table.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/table.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/table.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/typesafe.lo CC lib/vector.lo CC lib/vrf.lo In file included from lib/typesafe.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from lib/vector.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from lib/vrf.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/vrf.h:13, from lib/vrf.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/vrf.h:13, from lib/vrf.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/vrf.h:13, from lib/vrf.c:10: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/vrf.h:13, from lib/vrf.c:10: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/vrf.h:13, from lib/vrf.c:10: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC lib/wheel.lo In file included from lib/nexthop_group.h:12, from lib/vrf.c:19: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from lib/lib_errors.h:11, from lib/vrf.c:20: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/vrf.c:22: lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ CC lib/workqueue.lo CC lib/xref.lo In file included from lib/zebra.h:185, from lib/wheel.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/wheel.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/wheel.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/yang.lo In file included from ./lib/zebra.h:185, from lib/workqueue.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/workqueue.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/workqueue.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/workqueue.c:13: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/workqueue.c:13: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/workqueue.c:13: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC lib/yang_translator.lo CC lib/yang_wrappers.lo CC lib/zclient.lo CC lib/zlog.lo In file included from ./lib/zebra.h:185, from lib/frrevent.h:9, from lib/vty.h:21, from lib/xref.c:18: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/xref.c:18: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/zebra.h:185, from lib/yang_translator.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/xref.c:18: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/yang_translator.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/yang_translator.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/zclient.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/xref.c:18: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/xref.c:18: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/zclient.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/zclient.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/yang_translator.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ In file included from lib/xref.c:18: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/yang_translator.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/yang_translator.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/yang_translator.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/vrf.h:13, from lib/zclient.c:13: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/vrf.h:13, from lib/zclient.c:13: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/vrf.h:13, from lib/zclient.c:13: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/srv6.h:12, from lib/nexthop.h:14, from lib/zclient.h:22, from lib/zclient.c:18: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC lib/zlog_5424.lo In file included from lib/lib_errors.h:11, from lib/zclient.c:27: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/zebra.h:185, from lib/zlog_5424.c:15: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/zlog.h:23, from lib/zlog_5424.h:12, from lib/zlog_5424.c:17: lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/zlog_5424.h:12, from lib/zlog_5424.c:17: lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/yang_wrappers.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/yang_wrappers.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/yang_wrappers.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/zebra.h:185, from lib/zlog.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/zlog_5424.c:27: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/zlog.c:47: lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/zlog_5424.c:27: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/zlog.c:49: lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/zlog_live.lo In file included from lib/command.h:11, from lib/zlog_5424.c:27: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from lib/zlog_5424.c:32: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/yang_wrappers.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/yang_wrappers.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/yang_wrappers.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/yang_wrappers.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/srv6.h:12, from lib/nexthop.h:14, from lib/yang_wrappers.c:14: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ lib/yang_wrappers.c:52:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 52 | { | ^ lib/yang_wrappers.c:70:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 70 | { | ^ In file included from ./lib/zebra.h:185, from lib/yang.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/yang.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/yang.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/yang.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/yang.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/yang.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/yang.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC lib/zlog_targets.lo In file included from lib/zebra.h:185, from lib/zlog_live.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/zlog_live.h:9, from lib/zlog_live.c:8: lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/zlog_live.c:12: lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/zebra.h:185, from lib/zlog_targets.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/zlog_targets.c:14: lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/zlog_targets.c:15: lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/printf/printf-pos.lo CC lib/printf/vfprintf.lo CC lib/printf/glue.lo In file included from lib/printf/printflocal.h:36, from lib/printf/printf-pos.c:60: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ CC lib/routing_nb.lo In file included from lib/printf/printflocal.h:36, from lib/printf/vfprintf.c:69: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/printf/glue.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ CC lib/routing_nb_config.lo CC lib/tc.lo CC lib/mgmt.pb-c.lo CC yang/frr-affinity-map.yang.lo In file included from ./lib/zebra.h:185, from lib/routing_nb_config.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from /pbulk/work/net/frr/work/.buildlink/include/protobuf-c/protobuf-c.h:200, from ./lib/mgmt.pb-c.h:7, from lib/mgmt.pb-c.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from lib/routing_nb.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/yang_wrappers.h:10, from lib/yang.h:17, from lib/northbound.h:14, from lib/routing_nb_config.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/yang_wrappers.h:10, from lib/yang.h:17, from lib/northbound.h:14, from lib/routing_nb_config.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC yang/frr-filter.yang.lo In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/routing_nb_config.c:9: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/routing_nb_config.c:9: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/vrf.h:13, from lib/routing_nb_config.c:11: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/yang_wrappers.h:10, from lib/yang.h:17, from lib/northbound.h:14, from lib/routing_nb.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/lib_errors.h:11, from lib/routing_nb_config.c:12: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/yang_wrappers.h:10, from lib/yang.h:17, from lib/northbound.h:14, from lib/routing_nb.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/routing_nb.c:8: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/routing_nb.c:8: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-affinity-map.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-affinity-map.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-affinity-map.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-affinity-map.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-affinity-map.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-filter.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-filter.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-filter.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-filter.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-filter.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from lib/tc.h:10, from lib/tc.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/stream.h:14, from lib/tc.h:11, from lib/tc.c:7: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/stream.h:14, from lib/tc.h:11, from lib/tc.c:7: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC yang/frr-if-rmap.yang.lo CC yang/frr-interface.yang.lo CC yang/frr-route-map.yang.lo CC yang/frr-route-types.yang.lo CC yang/frr-vrf.yang.lo In file included from ./lib/zebra.h:185, from yang/frr-if-rmap.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-if-rmap.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-if-rmap.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-if-rmap.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-interface.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-if-rmap.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-route-map.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-interface.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-interface.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from yang/frr-route-types.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-route-map.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/yang.h:17, from yang/frr-interface.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-route-map.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-interface.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-vrf.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from yang/frr-route-map.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-route-map.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-vrf.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-vrf.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-route-types.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/yang.h:17, from yang/frr-vrf.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-route-types.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-vrf.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from yang/frr-route-types.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-route-types.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC yang/frr-routing.yang.lo CC yang/frr-nexthop.yang.lo CC yang/ietf/ietf-routing-types.yang.lo CC yang/ietf/ietf-interfaces.yang.lo In file included from ./lib/zebra.h:185, from yang/frr-routing.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from yang/ietf/ietf-routing-types.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-routing.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-routing.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/ietf/ietf-routing-types.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/ietf/ietf-routing-types.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-routing.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-routing.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from yang/ietf/ietf-routing-types.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/ietf/ietf-routing-types.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC yang/ietf/ietf-bgp-types.yang.lo CC yang/frr-module-translator.yang.lo In file included from ./lib/zebra.h:185, from yang/ietf/ietf-bgp-types.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC vtysh/vtysh_main.o CC vtysh/vtysh_user.o CC vtysh/vtysh_config.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/ietf/ietf-bgp-types.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/ietf/ietf-bgp-types.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/ietf/ietf-bgp-types.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/ietf/ietf-bgp-types.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from vtysh/vtysh_main.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-module-translator.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from vtysh/vtysh_main.c:33: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from vtysh/vtysh_main.c:33: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ In file included from ./lib/zebra.h:185, from vtysh/vtysh_config.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from vtysh/vtysh_user.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from vtysh/vtysh_config.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from vtysh/vtysh_config.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from vtysh/vtysh_user.c:23: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from vtysh/vtysh_user.c:23: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-module-translator.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-module-translator.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-module-translator.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-module-translator.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from vtysh/vtysh_main.c:33: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from vtysh/vtysh_main.c:33: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from vtysh/vtysh_config.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from vtysh/vtysh_config.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from vtysh/vtysh_main.c:33: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from vtysh/vtysh_config.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from vtysh/vtysh_main.c:37: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from vtysh/vtysh_user.c:23: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from vtysh/vtysh_user.c:23: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC zebra/connected.o In file included from ./lib/zebra.h:185, from yang/frr-nexthop.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/connected.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/connected.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-nexthop.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ In file included from ./lib/zebra.h:185, from yang/ietf/ietf-interfaces.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/connected.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-nexthop.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-nexthop.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-nexthop.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC zebra/if_ioctl.o CC zebra/if_netlink.o In file included from ./lib/command.h:11, from vtysh/vtysh_user.c:23: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/connected.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/connected.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/connected.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/ietf/ietf-interfaces.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/ietf/ietf-interfaces.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/connected.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from zebra/if_ioctl.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from yang/ietf/ietf-interfaces.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/ietf/ietf-interfaces.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/if_netlink.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC zebra/if_socket.o CC zebra/if_sysctl.o In file included from ./zebra/zebra_errors.h:11, from zebra/connected.c:26: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC zebra/ioctl.o CC zebra/ipforward_proc.o In file included from ./lib/zebra.h:185, from zebra/ioctl.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/ioctl.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/ioctl.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC zebra/ipforward_sysctl.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/ioctl.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/ioctl.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/ioctl.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from zebra/ioctl.c:15: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from zebra/ioctl.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from zebra/if_socket.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/ipforward_sysctl.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ./zebra/zebra_errors.h:11, from zebra/ipforward_sysctl.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ./zebra/zebra_errors.h:11, from zebra/ipforward_sysctl.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./zebra/zebra_errors.h:11, from zebra/ipforward_sysctl.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./zebra/zebra_errors.h:11, from zebra/ipforward_sysctl.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./zebra/zebra_errors.h:11, from zebra/ipforward_sysctl.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./zebra/zebra_errors.h:11, from zebra/ipforward_sysctl.c:12: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/ipforward_proc.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/if_socket.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/if_socket.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC zebra/kernel_netlink.o CC zebra/kernel_socket.o CC zebra/main.o CC zebra/netconf_netlink.o In file included from ./lib/zebra.h:185, from zebra/if_sysctl.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/kernel_netlink.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/main.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/kernel_socket.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/main.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/main.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/kernel_socket.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ CC zebra/redistribute.o ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/kernel_socket.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from zebra/netconf_netlink.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/main.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/main.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC zebra/router-id.o In file included from ./lib/command.h:11, from zebra/main.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/kernel_socket.c:23: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/kernel_socket.c:23: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/main.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/kernel_socket.c:23: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/if_sysctl.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/kernel_socket.c:23: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/if_sysctl.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/if_socket.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from zebra/kernel_socket.c:26: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/if_socket.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./zebra/zebra_errors.h:11, from zebra/main.c:26: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/redistribute.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from zebra/redistribute.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from zebra/redistribute.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/if_socket.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from zebra/if_socket.c:12: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/rt.h:14, from zebra/if_socket.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ In file included from ./lib/zebra.h:185, from zebra/router-id.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/redistribute.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from zebra/router-id.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from zebra/router-id.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/redistribute.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from zebra/redistribute.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/router-id.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from zebra/redistribute.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/router-id.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from zebra/router-id.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC zebra/rt_netlink.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/router-id.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC zebra/rt_socket.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/redistribute.h:11, from zebra/interface.h:10, from zebra/if_sysctl.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./zebra/zebra_errors.h:11, from ./zebra/zapi_msg.h:18, from zebra/redistribute.c:28: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/redistribute.h:11, from zebra/interface.h:10, from zebra/if_sysctl.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./zebra/zebra_errors.h:11, from ./zebra/zapi_msg.h:18, from zebra/router-id.c:28: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from zebra/redistribute.h:11, from zebra/interface.h:10, from zebra/if_sysctl.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./zebra/zserv.h:20, from zebra/redistribute.h:14, from zebra/interface.h:10, from zebra/if_sysctl.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from zebra/rt_netlink.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC zebra/rtread_netlink.o In file included from ./zebra/zebra_errors.h:11, from zebra/if_sysctl.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC zebra/rtread_sysctl.o In file included from ./lib/zebra.h:185, from zebra/rt_socket.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/rt_socket.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/rt_socket.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from zebra/rtread_sysctl.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/rt_socket.c:21: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from zebra/rtread_sysctl.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ CC zebra/rule_netlink.o ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ In file included from ./lib/log.h:17, from zebra/rtread_sysctl.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/rt_socket.c:21: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/rt_socket.c:21: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from zebra/rt_socket.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from zebra/rt_socket.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from zebra/rtread_sysctl.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from zebra/rtread_sysctl.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from zebra/rtread_sysctl.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/rt.h:14, from zebra/rtread_sysctl.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from zebra/rule_netlink.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./zebra/zebra_errors.h:11, from zebra/rtread_sysctl.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/rtread_netlink.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC zebra/rule_socket.o CC zebra/table_manager.o CC zebra/tc_netlink.o CC zebra/tc_socket.o CC zebra/zapi_msg.o In file included from ./lib/zebra.h:185, from zebra/rule_socket.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC zebra/zebra_affinitymap.o In file included from ./lib/zebra.h:185, from zebra/tc_netlink.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/rule_socket.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/rule_socket.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC zebra/zebra_dplane.o In file included from ./lib/zebra.h:185, from zebra/tc_socket.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from zebra/rule_socket.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/tc_socket.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/tc_socket.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from zebra/rule_socket.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from zebra/rule_socket.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from zebra/rule_socket.c:16: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/tc_socket.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/tc_socket.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./zebra/zserv.h:20, from zebra/rule_socket.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/tc_socket.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from zebra/tc_socket.c:12: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC zebra/zebra_errors.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/rt.h:14, from zebra/tc_socket.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ./lib/frrevent.h:9, from ./lib/sigevent.h:11, from ./lib/libfrr.h:12, from zebra/zebra_dplane.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from zebra/zebra_dplane.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from zebra/zebra_dplane.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from zebra/table_manager.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC zebra/zebra_gr.o CC zebra/zebra_l2.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from zebra/table_manager.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from zebra/table_manager.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from zebra/table_manager.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from zebra/table_manager.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from zebra/table_manager.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from zebra/zebra_l2.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zapi_msg.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_gr.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from zebra/table_manager.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_l2.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_l2.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zapi_msg.c:15: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_gr.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zapi_msg.c:15: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_gr.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./zebra/zebra_errors.h:11, from zebra/table_manager.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from zebra/zebra_l2.c:19: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from zebra/zebra_l2.c:19: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_gr.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_gr.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from zebra/zebra_l2.c:19: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from zebra/zapi_msg.c:21: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from zebra/zebra_dplane.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ CC zebra/zebra_l2_bridge_if.o ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from zebra/zebra_dplane.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from zebra/zebra_gr.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from zebra/zebra_errors.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from zebra/zebra_l2.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ CC zebra/zebra_evpn.o ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from zebra/zebra_errors.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_l2_bridge_if.c:20: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from zebra/zebra_errors.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from ./lib/debug.h:11, from zebra/zebra_dplane.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from zebra/zebra_gr.c:23: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from zebra/zebra_l2_bridge_if.c:26: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from zebra/zebra_l2_bridge_if.c:26: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from zebra/zapi_msg.c:21: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/zebra_dplane.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from zebra/zapi_msg.c:21: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from zebra/zapi_msg.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from zebra/zapi_msg.c:26: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./zebra/zebra_errors.h:11, from ./zebra/zapi_msg.h:18, from zebra/zebra_gr.c:34: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_evpn.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from zebra/zebra_evpn.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from zebra/zebra_evpn.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_evpn.c:23: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_evpn.c:23: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_evpn.c:23: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/zebra_evpn.c:23: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./zebra/zebra_errors.h:11, from zebra/zebra_evpn.c:29: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_l2_bridge_if.c:37: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_l2_bridge_if.c:37: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_l2_bridge_if.c:37: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC zebra/zebra_evpn_mac.o In file included from ./lib/zebra.h:185, from zebra/zebra_affinitymap.c:23: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from zebra/zebra_affinitymap.c:25: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from zebra/zebra_affinitymap.c:25: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from zebra/zebra_affinitymap.c:25: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from zebra/zebra_affinitymap.c:25: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from zebra/zebra_affinitymap.c:25: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from zebra/zebra_evpn_mac.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/table.h:12, from zebra/redistribute.h:10, from zebra/interface.h:10, from zebra/zebra_evpn_mac.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/table.h:12, from zebra/redistribute.h:10, from zebra/interface.h:10, from zebra/zebra_evpn_mac.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/redistribute.h:11, from zebra/interface.h:10, from zebra/zebra_evpn_mac.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/redistribute.h:11, from zebra/interface.h:10, from zebra/zebra_evpn_mac.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from zebra/redistribute.h:11, from zebra/interface.h:10, from zebra/zebra_evpn_mac.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./zebra/zserv.h:20, from zebra/redistribute.h:14, from zebra/interface.h:10, from zebra/zebra_evpn_mac.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from zebra/zebra_errors.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from zebra/zebra_errors.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from zebra/zebra_errors.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from zebra/zebra_errors.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC zebra/zebra_evpn_neigh.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./zebra/zserv.h:20, from ./zebra/redistribute.h:14, from zebra/zebra_affinitymap.c:26: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./zebra/zebra_errors.h:11, from zebra/zebra_evpn_mac.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC zebra/zebra_mlag.o In file included from ./lib/zebra.h:185, from zebra/zebra_evpn_neigh.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/table.h:12, from zebra/redistribute.h:10, from zebra/interface.h:10, from zebra/zebra_evpn_neigh.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/table.h:12, from zebra/redistribute.h:10, from zebra/interface.h:10, from zebra/zebra_evpn_neigh.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/redistribute.h:11, from zebra/interface.h:10, from zebra/zebra_evpn_neigh.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/redistribute.h:11, from zebra/interface.h:10, from zebra/zebra_evpn_neigh.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/zebra_l2_bridge_if.c:37: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from zebra/redistribute.h:11, from zebra/interface.h:10, from zebra/zebra_evpn_neigh.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from zebra/zebra_mlag.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./zebra/zserv.h:20, from zebra/redistribute.h:14, from zebra/interface.h:10, from zebra/zebra_evpn_neigh.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/zebra_mlag.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/zebra_mlag.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC zebra/zebra_mpls.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_mlag.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_mlag.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./zebra/zebra_errors.h:11, from zebra/zebra_evpn_neigh.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/command.h:11, from zebra/zebra_mlag.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./zebra/zebra_mlag.h:10, from zebra/zebra_mlag.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC zebra/zebra_mpls_netlink.o In file included from ./zebra/zebra_errors.h:11, from ./zebra/zapi_msg.h:18, from zebra/zebra_mlag.c:16: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_mpls_netlink.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC zebra/zebra_mpls_openbsd.o In file included from ./lib/zebra.h:185, from zebra/zebra_mpls_openbsd.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC zebra/zebra_mpls_null.o In file included from ./lib/zebra.h:185, from zebra/zebra_mpls_null.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./zebra/rt.h:10, from zebra/zebra_mpls_null.c:7: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./zebra/rt.h:10, from zebra/zebra_mpls_null.c:7: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/rt.h:14, from zebra/zebra_mpls_null.c:7: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/rt.h:14, from zebra/zebra_mpls_null.c:7: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/rt.h:14, from zebra/zebra_mpls_null.c:7: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/rt.h:14, from zebra/zebra_mpls_null.c:7: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from zebra/zebra_mpls.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC zebra/zebra_mpls_vty.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_mpls.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_mpls.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./zebra/zebra_errors.h:11, from zebra/zebra_l2_bridge_if.c:43: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC zebra/zebra_srv6.o In file included from ./lib/zebra.h:185, from zebra/zebra_mpls_vty.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC zebra/zebra_mroute.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_mpls_vty.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_mpls_vty.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_mpls_vty.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_mpls_vty.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from zebra/zebra_mpls_vty.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from zebra/zebra_srv6.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/zebra_mpls_vty.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_srv6.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_srv6.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from zebra/zebra_mroute.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from zebra/zebra_mroute.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from zebra/zebra_srv6.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from zebra/zebra_mroute.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from zebra/zebra_srv6.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from zebra/zebra_srv6.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from zebra/zebra_srv6.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from zebra/zebra_mroute.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./zebra/zebra_errors.h:11, from ./zebra/zapi_msg.h:18, from zebra/zebra_srv6.c:15: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ CC zebra/zebra_nb.o ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from zebra/zebra_mroute.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from zebra/zebra_mroute.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/zebra_mroute.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_mpls.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_mpls.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from zebra/zebra_mpls.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/zebra_mpls.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from zebra/zebra_mpls.c:22: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_nb.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/table.h:12, from zebra/redistribute.h:10, from zebra/interface.h:10, from zebra/zebra_nb.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/table.h:12, from zebra/redistribute.h:10, from zebra/interface.h:10, from zebra/zebra_nb.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./zebra/zebra_errors.h:11, from zebra/zebra_mpls.c:35: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/redistribute.h:11, from zebra/interface.h:10, from zebra/zebra_nb.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/redistribute.h:11, from zebra/interface.h:10, from zebra/zebra_nb.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC zebra/zebra_nb_config.o In file included from zebra/redistribute.h:11, from zebra/interface.h:10, from zebra/zebra_nb.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./zebra/zserv.h:20, from zebra/redistribute.h:14, from zebra/interface.h:10, from zebra/zebra_nb.c:8: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC zebra/zebra_nb_rpcs.o In file included from ./lib/zebra.h:185, from zebra/zebra_nb_config.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/affinitymap.h:29, from zebra/zebra_nb_config.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/affinitymap.h:29, from zebra/zebra_nb_config.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/affinitymap.h:32, from zebra/zebra_nb_config.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/affinitymap.h:32, from zebra/zebra_nb_config.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/affinitymap.h:32, from zebra/zebra_nb_config.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from zebra/zebra_nb_rpcs.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC zebra/zebra_nb_state.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from zebra/zebra_nb_rpcs.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from zebra/zebra_nb_rpcs.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from zebra/zebra_nb_rpcs.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from zebra/zebra_nb_rpcs.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_nb_rpcs.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from zebra/zebra_nb_config.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/zebra_nb_rpcs.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from zebra/zebra_nb_state.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC zebra/zebra_netns_id.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from zebra/zebra_nb_state.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from zebra/zebra_nb_state.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC zebra/zebra_netns_notify.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from zebra/zebra_nb_state.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from zebra/zebra_nb_state.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./zebra/redistribute.h:11, from ./zebra/interface.h:10, from zebra/zebra_nb_state.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./zebra/zserv.h:20, from ./zebra/redistribute.h:14, from ./zebra/interface.h:10, from zebra/zebra_nb_state.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from zebra/zebra_netns_id.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ns.h:12, from zebra/zebra_netns_id.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ns.h:12, from zebra/zebra_netns_id.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from zebra/zebra_netns_notify.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ns.h:12, from zebra/zebra_netns_id.h:8, from zebra/zebra_netns_notify.c:30: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ns.h:12, from zebra/zebra_netns_id.h:8, from zebra/zebra_netns_notify.c:30: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ns.h:12, from zebra/zebra_netns_id.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ns.h:12, from zebra/zebra_netns_id.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ns.h:12, from zebra/zebra_netns_id.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from zebra/zebra_netns_id.c:12: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from zebra/zebra_netns_id.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC zebra/zebra_nhg.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ns.h:12, from zebra/zebra_netns_id.h:8, from zebra/zebra_netns_notify.c:30: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ns.h:12, from zebra/zebra_netns_id.h:8, from zebra/zebra_netns_notify.c:30: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ns.h:12, from zebra/zebra_netns_id.h:8, from zebra/zebra_netns_notify.c:30: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from zebra/zebra_errors.h:11, from zebra/zebra_netns_notify.c:31: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_nhg.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./zebra/zserv.h:20, from zebra/redistribute.h:14, from zebra/interface.h:10, from zebra/zebra_netns_notify.c:32: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ CC zebra/zebra_ns.o ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/nexthop.h:11, from zebra/zebra_nhg.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/nexthop.h:11, from zebra/zebra_nhg.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC zebra/zebra_opaque.o CC zebra/zebra_pbr.o In file included from ./lib/zebra.h:185, from zebra/zebra_opaque.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/debug.h:11, from zebra/zebra_opaque.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/debug.h:11, from zebra/zebra_opaque.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/debug.h:11, from zebra/zebra_opaque.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/debug.h:11, from zebra/zebra_opaque.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/debug.h:11, from zebra/zebra_opaque.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./zebra/zserv.h:20, from zebra/zebra_opaque.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from zebra/zebra_pbr.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_pbr.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_pbr.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_pbr.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_pbr.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_pbr.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/zebra_pbr.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC zebra/zebra_ptm.o In file included from ./zebra/zebra_errors.h:11, from ./zebra/zapi_msg.h:18, from zebra/zebra_pbr.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_ptm.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from zebra/zebra_ptm.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_ns.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from zebra/zebra_ptm.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ns.h:12, from zebra/zebra_ns.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ns.h:12, from zebra/zebra_ns.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from zebra/zebra_ptm.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from zebra/zebra_ptm.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from zebra/zebra_ptm.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ns.h:12, from zebra/zebra_ns.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ns.h:12, from zebra/zebra_ns.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/bfd.h:11, from zebra/zebra_ptm.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/ns.h:12, from zebra/zebra_ns.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from zebra/zebra_ptm.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from zebra/zebra_ns.h:13, from zebra/zebra_ns.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from zebra/zebra_errors.h:11, from zebra/zebra_ns.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC zebra/zebra_ptm_redistribute.o CC zebra/zebra_pw.o CC zebra/zebra_rib.o In file included from ./lib/zebra.h:185, from zebra/zebra_pw.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from zebra/zebra_pw.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from zebra/zebra_pw.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from zebra/zebra_rib.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_pw.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_pw.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/zebra_rib.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/zebra_rib.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from zebra/zebra_pw.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from zebra/zebra_pw.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from zebra/zebra_ptm_redistribute.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_rib.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ CC zebra/zebra_router.o In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_rib.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_ptm_redistribute.c:7: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_ptm_redistribute.c:7: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from zebra/zebra_rib.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./zebra/zebra_errors.h:11, from ./zebra/zapi_msg.h:18, from zebra/zebra_pw.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/zebra_rib.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC zebra/zebra_rnh.o In file included from ./lib/zebra.h:185, from zebra/zebra_router.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./zebra/zebra_errors.h:11, from ./zebra/zapi_msg.h:18, from zebra/zebra_rib.c:36: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/zebra_nhg.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from zebra/zebra_router.h:9, from zebra/zebra_router.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/zebra_nhg.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from zebra/zebra_router.h:9, from zebra/zebra_router.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/zebra_nhg.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/zebra_nhg.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from zebra/zebra_nhg.c:15: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from zebra/zebra_router.h:9, from zebra/zebra_router.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from zebra/zebra_router.h:9, from zebra/zebra_router.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/mlag.h:14, from zebra/zebra_router.h:9, from zebra/zebra_router.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from zebra/zebra_router.h:11, from zebra/zebra_router.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from zebra/zebra_rnh.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_rnh.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_rnh.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_rnh.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_rnh.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from zebra/zebra_rnh.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/zebra_rnh.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/zebra_ptm_redistribute.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/zebra_ptm_redistribute.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from zebra/zebra_ptm_redistribute.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC zebra/zebra_routemap_nb.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/zebra_ptm_redistribute.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC zebra/zebra_routemap_nb_config.o In file included from ./zebra/zebra_errors.h:11, from ./zebra/zapi_msg.h:18, from zebra/zebra_ptm_redistribute.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_routemap_nb.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC zebra/zebra_script.o In file included from ./zebra/zebra_errors.h:11, from zebra/zebra_rnh.c:36: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from zebra/zebra_routemap_nb.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from zebra/zebra_routemap_nb.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from zebra/zebra_routemap_nb.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from zebra/zebra_routemap_nb.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC zebra/zebra_srte.o In file included from ./lib/zebra.h:185, from zebra/zebra_script.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./zebra/zebra_dplane.h:11, from zebra/zebra_script.h:11, from zebra/zebra_script.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./zebra/zebra_dplane.h:11, from zebra/zebra_script.h:11, from zebra/zebra_script.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/zebra_dplane.h:12, from zebra/zebra_script.h:11, from zebra/zebra_script.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/zebra_dplane.h:12, from zebra/zebra_script.h:11, from zebra/zebra_script.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/zebra_dplane.h:12, from zebra/zebra_script.h:11, from zebra/zebra_script.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/zebra_dplane.h:12, from zebra/zebra_script.h:11, from zebra/zebra_script.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC zebra/zebra_tc.o ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC zebra/zebra_trace.o In file included from ./lib/zebra.h:185, from zebra/zebra_tc.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_trace.c:4: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_srte.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/zclient.h:12, from zebra/zebra_srte.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/zclient.h:12, from zebra/zebra_srte.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC zebra/zebra_vxlan.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from zebra/zebra_srte.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from zebra/zebra_srte.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from zebra/zebra_srte.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_tc.c:15: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_tc.c:15: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from zebra/zebra_srte.c:8: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from zebra/zebra_srte.c:9: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_vxlan.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from zebra/zebra_vxlan.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from zebra/zebra_vxlan.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_vxlan.c:25: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_tc.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_vxlan.c:25: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC zebra/zebra_vxlan_if.o ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_tc.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_tc.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC zebra/zebra_neigh.o In file included from ./lib/zebra.h:185, from zebra/zebra_routemap_nb_config.c:1: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_vxlan.c:25: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/zebra_routemap_nb_config.c:3: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/zebra_routemap_nb_config.c:3: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/zebra_tc.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/zebra_vxlan.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_routemap_nb_config.c:3: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_routemap_nb_config.c:3: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from zebra/zebra_routemap_nb_config.c:3: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from zebra/zebra_neigh.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from zebra/zebra_routemap_nb_config.c:7: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/zebra_neigh.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/zebra_neigh.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_neigh.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_neigh.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_vxlan_if.c:20: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/command.h:11, from zebra/zebra_neigh.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from zebra/zebra_vxlan_if.c:26: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/zebra_neigh.c:22: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./zebra/zebra_errors.h:11, from zebra/zebra_vxlan.c:31: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./zebra/zebra_errors.h:11, from zebra/zebra_neigh.c:28: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC zebra/zserv.o In file included from ./lib/zebra.h:185, from zebra/zserv.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/zserv.c:24: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ In file included from ./lib/log.h:17, from zebra/zebra_vxlan_if.c:26: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/zserv.c:24: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC zebra/debug_nl.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zserv.c:24: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_vxlan_if.c:37: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zserv.c:24: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_vxlan_if.c:37: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC yang/frr-zebra.yang.o In file included from ./lib/command.h:11, from zebra/zserv.c:24: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/vrf.h:13, from ./lib/mlag.h:14, from ./zebra/zebra_router.h:9, from zebra/zebra_vxlan_if.c:37: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/zebra_vxlan_if.c:37: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from zebra/zserv.c:40: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from zebra/zserv.c:43: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./zebra/zebra_errors.h:11, from zebra/zebra_vxlan_if.c:43: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-zebra.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/debug_nl.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-zebra.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-zebra.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-zebra.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-zebra.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC yang/frr-zebra-route-map.yang.o CC watchfrr/watchfrr.o In file included from ./lib/zebra.h:185, from yang/frr-zebra-route-map.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-zebra-route-map.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-zebra-route-map.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-zebra-route-map.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-zebra-route-map.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC watchfrr/watchfrr_errors.o CC mgmtd/mgmtd-mgmt_main.o CC yang/mgmtd_mgmtd-frr-staticd.yang.o In file included from ./lib/zebra.h:185, from mgmtd/mgmt_main.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from watchfrr/watchfrr_errors.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/routemap.h:10, from mgmtd/mgmt_main.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/routemap.h:10, from mgmtd/mgmt_main.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from watchfrr/watchfrr_errors.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from watchfrr/watchfrr_errors.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from watchfrr/watchfrr.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from watchfrr/watchfrr.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from watchfrr/watchfrr.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/routemap.h:13, from mgmtd/mgmt_main.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/routemap.h:13, from mgmtd/mgmt_main.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/zebra.h:185, from yang/frr-staticd.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from watchfrr/watchfrr_errors.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from watchfrr/watchfrr_errors.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/routemap.h:13, from mgmtd/mgmt_main.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/ferr.h:17, from watchfrr/watchfrr_errors.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from watchfrr/watchfrr_errors.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-staticd.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-staticd.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-staticd.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-staticd.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC yang/mgmtd_mgmtd-frr-bfdd.yang.o CC bgpd/bgp_main.o CC yang/frr-bgp-types.yang.o In file included from ./lib/zebra.h:185, from yang/frr-bfdd.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_main.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bfdd.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bfdd.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_main.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_main.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-bfdd.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-bfdd.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-bgp-types.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_main.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_main.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-types.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-types.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from bgpd/bgp_main.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from yang/frr-bgp-types.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-bgp-types.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from bgpd/bgp_main.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ CC yang/frr-bgp.yang.o ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC yang/frr-bgp-common-structure.yang.o In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_main.c:41: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-bgp.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-bgp-common-structure.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-bgp.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-bgp.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-common-structure.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-common-structure.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-bgp-common-structure.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-bgp-common-structure.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC yang/frr-bgp-common.yang.o CC yang/frr-bgp-common-multiprotocol.yang.o CC yang/frr-bgp-neighbor.yang.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from watchfrr/watchfrr.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from watchfrr/watchfrr.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC yang/frr-bgp-peer-group.yang.o In file included from ./lib/zebra.h:185, from yang/frr-bgp-common.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-bgp-common-multiprotocol.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-bgp-neighbor.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/command.h:11, from watchfrr/watchfrr.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-common-multiprotocol.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-common-multiprotocol.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-common.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-neighbor.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-common.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-neighbor.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-bgp-common-multiprotocol.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ In file included from ./lib/yang.h:17, from yang/frr-bgp-neighbor.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/yang.h:17, from yang/frr-bgp-common.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from yang/frr-bgp-common-multiprotocol.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ In file included from yang/frr-bgp-neighbor.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-bgp-common.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from watchfrr/watchfrr.c:16: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-bgp-peer-group.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC yang/frr-bgp-bmp.yang.o CC yang/frr-bgp-rpki.yang.o CC yang/frr-deviations-bgp-datacenter.yang.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-peer-group.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-peer-group.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-bgp-peer-group.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-bgp-peer-group.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC yang/frr-bgp-filter.yang.o In file included from ./lib/zebra.h:185, from yang/frr-bgp-bmp.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-bgp-rpki.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-deviations-bgp-datacenter.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-bmp.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-bmp.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-rpki.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-rpki.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-bgp-bmp.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-bgp-bmp.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from yang/frr-bgp-rpki.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-bgp-rpki.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-deviations-bgp-datacenter.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-deviations-bgp-datacenter.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from yang/frr-bgp-filter.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from yang/frr-deviations-bgp-datacenter.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-deviations-bgp-datacenter.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC yang/frr-bgp-route-map.yang.o CC bgpd/rfapi/bgp_rfapi_cfg.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-filter.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-filter.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-bgp-filter.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-bgp-filter.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC bgpd/rfapi/rfapi_import.o CC bgpd/rfapi/rfapi.o In file included from ./lib/zebra.h:185, from yang/frr-bgp-route-map.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/rfapi/bgp_rfapi_cfg.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC bgpd/rfapi/rfapi_ap.o In file included from ./lib/zebra.h:185, from bgpd/rfapi/rfapi_import.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-route-map.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-bgp-route-map.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_import.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_import.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/rfapi/rfapi.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from yang/frr-bgp-route-map.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-bgp-route-map.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_import.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_import.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC bgpd/rfapi/rfapi_descriptor_rfp_utils.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from bgpd/rfapi/rfapi_import.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from bgpd/rfapi/rfapi_import.c:20: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/rfapi_import.c:22: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from bgpd/rfapi/rfapi.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC bgpd/rfapi/rfapi_encap_tlv.o In file included from ./lib/zebra.h:185, from bgpd/rfapi/rfapi_ap.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/lib_errors.h:11, from bgpd/rfapi/rfapi.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/rfapi.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/rfapi/bgp_rfapi_cfg.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/rfapi/bgp_rfapi_cfg.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC bgpd/rfapi/rfapi_nve_addr.o In file included from bgpd/rfapi/rfapi_import.c:37: ./bgpd/rfapi/rfapi_vty.h:53:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/rfapi/rfapi_descriptor_rfp_utils.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_descriptor_rfp_utils.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_descriptor_rfp_utils.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/rfapi/rfapi_encap_tlv.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_encap_tlv.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_encap_tlv.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_descriptor_rfp_utils.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_descriptor_rfp_utils.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/rfapi/rfapi_nve_addr.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from bgpd/rfapi/rfapi_descriptor_rfp_utils.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_encap_tlv.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_nve_addr.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_nve_addr.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_encap_tlv.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/rfapi_descriptor_rfp_utils.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from bgpd/rfapi/rfapi_encap_tlv.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/rfapi_encap_tlv.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_nve_addr.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ In file included from bgpd/rfapi/rfapi.c:39: ./bgpd/rfapi/rfapi_vty.h:53:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_nve_addr.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from bgpd/rfapi/rfapi_nve_addr.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/rfapi_nve_addr.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_ap.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_ap.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC bgpd/rfapi/rfapi_monitor.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/rfapi/bgp_rfapi_cfg.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/rfapi/bgp_rfapi_cfg.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/rfapi/bgp_rfapi_cfg.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/bgp_rfapi_cfg.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_ap.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_ap.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from bgpd/rfapi/rfapi_ap.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bgpd/rfapi/bgp_rfapi_cfg.c:33: ./bgpd/rfapi/rfapi_vty.h:53:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/rfapi_ap.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/rfapi/rfapi_monitor.c:14: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from bgpd/rfapi/rfapi_ap.c:35: ./bgpd/rfapi/rfapi_vty.h:53:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | PRINTFRR(2, 3); | ^~~~~~~~ CC bgpd/rfapi/rfapi_rib.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_monitor.c:15: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_monitor.c:15: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from bgpd/rfapi/rfapi_nve_addr.c:26: ./bgpd/rfapi/rfapi_vty.h:53:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_monitor.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_monitor.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from bgpd/rfapi/rfapi_monitor.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/rfapi_monitor.c:23: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/rfapi/rfapi_rib.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC bgpd/rfapi/rfapi_vty.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_rib.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_rib.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_rib.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from bgpd/rfapi/rfapi_monitor.c:34: ./bgpd/rfapi/rfapi_vty.h:53:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_rib.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from bgpd/rfapi/rfapi_rib.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/rfapi_rib.c:22: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from bgpd/rfapi/rfapi_encap_tlv.c:23: ./bgpd/rfapi/rfapi_vty.h:53:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/rfapi/rfapi_vty.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_vty.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/rfapi_vty.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from bgpd/rfapi/rfapi_rib.c:32: ./bgpd/rfapi/rfapi_vty.h:53:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_vty.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/rfapi_vty.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from bgpd/rfapi/rfapi_vty.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC bgpd/rfapi/vnc_debug.o In file included from ./lib/zebra.h:185, from bgpd/rfapi/vnc_debug.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/vnc_debug.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/vnc_debug.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/rfapi/vnc_debug.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/rfapi/vnc_debug.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/rfapi/vnc_debug.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC bgpd/rfapi/vnc_export_bgp.o CC bgpd/rfapi/vnc_export_table.o In file included from ./lib/zebra.h:185, from bgpd/rfapi/vnc_export_bgp.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/vnc_export_bgp.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/vnc_export_bgp.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/rfapi_vty.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/vnc_export_bgp.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/vnc_export_bgp.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from bgpd/rfapi/vnc_export_bgp.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from bgpd/rfapi/vnc_export_bgp.c:23: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from bgpd/rfapi/rfapi_vty.c:38: ./bgpd/rfapi/rfapi_vty.h:53:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/vnc_export_bgp.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ bgpd/rfapi/rfapi_vty.c:314:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 314 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/rfapi/vnc_export_table.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from bgpd/rfapi/vnc_export_bgp.c:38: ./bgpd/rfapi/rfapi_vty.h:53:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | PRINTFRR(2, 3); | ^~~~~~~~ CC bgpd/rfapi/vnc_import_bgp.o CC bgpd/rfapi/vnc_zebra.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/vnc_export_table.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/vnc_export_table.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/vnc_export_table.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/vnc_export_table.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from bgpd/rfapi/vnc_export_table.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/vnc_export_table.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/rfapi/vnc_zebra.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/vnc_zebra.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/vnc_zebra.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/rfapi/vnc_zebra.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/rfapi/vnc_zebra.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/rfapi/vnc_zebra.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from bgpd/rfapi/vnc_zebra.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from bgpd/rfapi/vnc_zebra.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/rfapi/vnc_import_bgp.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/vnc_import_bgp.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/rfapi/vnc_import_bgp.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC bgpd/rfp-example/librfp/rfp_example.o In file included from bgpd/rfapi/vnc_zebra.c:35: ./bgpd/rfapi/rfapi_vty.h:53:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/vnc_import_bgp.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/rfapi/vnc_import_bgp.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from bgpd/rfapi/vnc_import_bgp.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from bgpd/rfapi/vnc_import_bgp.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./bgpd/bgpd.h:14, from bgpd/rfapi/vnc_import_bgp.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/rfp-example/librfp/rfp_internal.h:11, from bgpd/rfp-example/librfp/rfp_example.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./bgpd/rfapi/rfapi.h:16, from bgpd/rfp-example/librfp/rfp.h:12, from bgpd/rfp-example/librfp/rfp_internal.h:12, from bgpd/rfp-example/librfp/rfp_example.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./bgpd/rfapi/rfapi.h:16, from bgpd/rfp-example/librfp/rfp.h:12, from bgpd/rfp-example/librfp/rfp_internal.h:12, from bgpd/rfp-example/librfp/rfp_example.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from bgpd/rfapi/vnc_import_bgp.c:36: ./bgpd/rfapi/rfapi_vty.h:53:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./bgpd/rfapi/rfapi.h:16, from bgpd/rfp-example/librfp/rfp.h:12, from bgpd/rfp-example/librfp/rfp_internal.h:12, from bgpd/rfp-example/librfp/rfp_example.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./bgpd/rfapi/rfapi.h:16, from bgpd/rfp-example/librfp/rfp.h:12, from bgpd/rfp-example/librfp/rfp_internal.h:12, from bgpd/rfp-example/librfp/rfp_example.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC ripd/rip_debug.o In file included from ./bgpd/rfapi/rfapi.h:16, from bgpd/rfp-example/librfp/rfp.h:12, from bgpd/rfp-example/librfp/rfp_internal.h:12, from bgpd/rfp-example/librfp/rfp_example.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from ./bgpd/rfapi/rfapi.h:18, from bgpd/rfp-example/librfp/rfp.h:12, from bgpd/rfp-example/librfp/rfp_internal.h:12, from bgpd/rfp-example/librfp/rfp_example.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ripd/rip_debug.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ripd/rip_errors.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ripd/rip_debug.c:7: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ripd/rip_debug.c:7: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripd/rip_debug.c:7: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripd/rip_debug.c:7: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ripd/rip_debug.c:7: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC ripd/rip_interface.o In file included from ./lib/zebra.h:185, from ripd/rip_errors.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ripd/rip_errors.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ripd/rip_errors.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ripd/rip_offset.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ripd/rip_errors.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ripd/rip_errors.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ripd/rip_interface.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ripd/rip_main.o In file included from ./lib/ferr.h:17, from ripd/rip_errors.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ripd/rip_errors.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ripd/rip_interface.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ripd/rip_interface.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ripd/rip_nb.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripd/rip_interface.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripd/rip_interface.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC ripd/rip_nb_config.o In file included from ./lib/command.h:11, from ripd/rip_interface.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ripd/rip_interface.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from ripd/rip_interface.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ripd/rip_interface.c:23: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from ripd/rip_main.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ripd/rip_main.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ripd/rip_main.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ripd/rip_nb.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripd/rip_main.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripd/rip_main.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from ripd/rip_nb.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from ripd/rip_nb.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from ripd/rip_main.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ripd/rip_nb.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ripd/rip_nb.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ripd/rip_main.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./ripd/rip_errors.h:11, from ripd/rip_main.c:29: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ripd/rip_offset.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ripd/rip_nb_rpcs.o In file included from ./lib/zebra.h:185, from ripd/rip_nb_config.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripd/rip_offset.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripd/rip_offset.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripd/rip_nb_config.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripd/rip_nb_config.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripd/rip_offset.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ CC ripd/rip_nb_notifications.o In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripd/rip_offset.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ripd/rip_offset.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./ripd/ripd.h:10, from ripd/rip_offset.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ripd/rip_nb_rpcs.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripd/rip_nb_rpcs.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripd/rip_nb_rpcs.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripd/rip_nb_rpcs.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripd/rip_nb_rpcs.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ripd/rip_nb_notifications.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/vrf.h:13, from ripd/rip_nb_rpcs.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripd/rip_nb_notifications.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripd/rip_nb_notifications.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./ripd/ripd.h:10, from ripd/rip_nb_rpcs.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ripd/rip_nb_state.o CC ripd/rip_peer.o CC ripd/rip_routemap.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripd/rip_nb_config.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripd/rip_nb_config.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ripd/rip_nb_state.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from ripd/rip_peer.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripd/rip_nb_state.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripd/rip_nb_state.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripd/rip_peer.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripd/rip_peer.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ripd/rip_routemap.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripd/rip_nb_state.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripd/rip_nb_state.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripd/rip_routemap.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripd/rip_routemap.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/vrf.h:13, from ripd/rip_nb_state.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripd/rip_peer.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripd/rip_peer.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./ripd/ripd.h:10, from ripd/rip_nb_state.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripd/rip_nb_notifications.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ripd/rip_peer.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripd/rip_nb_notifications.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./ripd/ripd.h:10, from ripd/rip_peer.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ripd/rip_routemap.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ripd/rip_routemap.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC ripd/rip_zebra.o In file included from ./lib/vrf.h:13, from ripd/rip_nb_notifications.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/vrf.h:13, from ripd/rip_nb_config.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ripd/rip_routemap.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./ripd/ripd.h:10, from ripd/rip_nb_config.c:22: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ripd/ripd.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./ripd/ripd.h:10, from ripd/rip_routemap.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC yang/frr-ripd.yang.o In file included from ./lib/zebra.h:185, from ripd/ripd.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripd/ripd.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripd/ripd.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./ripd/ripd.h:10, from ripd/rip_nb_notifications.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ripngd/ripng_debug.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripd/ripd.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripd/ripd.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ripd/ripd.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from ripngd/ripng_debug.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ripngd/ripng_debug.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ripngd/ripng_debug.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ripngd/ripng_interface.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripngd/ripng_debug.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-ripd.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripngd/ripng_debug.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ripngd/ripng_debug.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from ripd/ripd.c:30: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ripd/ripd.c:31: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./ripd/ripd.h:10, from ripd/ripd.c:35: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ripd/rip_zebra.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-ripd.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-ripd.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-ripd.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ripd/rip_zebra.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ripd/rip_zebra.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-ripd.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ripngd/ripng_interface.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripd/rip_zebra.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripd/rip_zebra.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ripd/rip_zebra.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC ripngd/ripng_nexthop.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ripd/rip_zebra.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ripngd/ripng_offset.o CC ripngd/ripng_main.o CC ripngd/ripng_nb.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripngd/ripng_interface.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripngd/ripng_interface.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ripngd/ripng_nexthop.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from ripngd/ripng_nexthop.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from ripngd/ripng_nexthop.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from ripngd/ripng_interface.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from ripngd/ripng_interface.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from ripngd/ripng_interface.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from ripngd/ripng_offset.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from ripngd/ripng_main.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ripngd/ripng_interface.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ripngd/ripng_nexthop.c:19: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ripngd/ripng_main.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ripngd/ripng_main.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripngd/ripng_offset.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ripngd/ripng_nexthop.c:19: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripngd/ripng_offset.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/lib_errors.h:11, from ripngd/ripng_interface.c:23: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ripngd/ripng_interface.c:24: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ripngd/ripng_nexthop.c:19: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./ripngd/ripngd.h:10, from ripngd/ripng_nexthop.c:23: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripngd/ripng_offset.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ripngd/ripng_main.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripngd/ripng_offset.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ripngd/ripng_main.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ripngd/ripng_offset.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ripngd/ripng_main.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./ripngd/ripngd.h:10, from ripngd/ripng_offset.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ripngd/ripng_nb_config.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./ripngd/ripngd.h:10, from ripngd/ripng_main.c:26: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ripngd/ripng_nb_rpcs.o CC ripngd/ripng_nb_state.o In file included from ./lib/zebra.h:185, from ripngd/ripng_nb_state.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripngd/ripng_nb_state.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripngd/ripng_nb_state.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripngd/ripng_nb_state.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripngd/ripng_nb_state.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ripngd/ripng_nb_config.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/vrf.h:13, from ripngd/ripng_nb_state.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripngd/ripng_nb_config.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripngd/ripng_nb_config.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./ripngd/ripngd.h:10, from ripngd/ripng_nb_state.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripngd/ripng_nb_config.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripngd/ripng_nb_config.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ripngd/ripng_nb_config.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./ripngd/ripngd.h:10, from ripngd/ripng_nb_config.c:23: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ripngd/ripng_peer.o In file included from ./lib/zebra.h:185, from ripngd/ripng_nb.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from ripngd/ripng_nb.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from ripngd/ripng_nb.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ripngd/ripng_nb.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ripngd/ripng_nb.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ripngd/ripng_peer.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripngd/ripng_peer.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripngd/ripng_peer.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripngd/ripng_peer.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ CC ripngd/ripng_route.o ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripngd/ripng_peer.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ripngd/ripng_peer.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC ripngd/ripng_routemap.o In file included from ./lib/zebra.h:185, from ripngd/ripng_route.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripngd/ripng_route.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripngd/ripng_route.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ripngd/ripng_routemap.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ripngd/ripng_route.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ripngd/ripng_route.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripngd/ripng_routemap.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripngd/ripng_routemap.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ripngd/ripng_zebra.o In file included from ./lib/zebra.h:185, from ripngd/ripng_nb_rpcs.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripngd/ripng_nb_rpcs.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripngd/ripng_nb_rpcs.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ripngd/ripng_route.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ripngd/ripng_routemap.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ripngd/ripng_routemap.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./ripngd/ripngd.h:10, from ripngd/ripng_route.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ripngd/ripng_routemap.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC ripngd/ripngd.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripngd/ripng_nb_rpcs.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripngd/ripng_nb_rpcs.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./ripngd/ripngd.h:10, from ripngd/ripng_routemap.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/vrf.h:13, from ripngd/ripng_nb_rpcs.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./ripngd/ripngd.h:10, from ripngd/ripng_nb_rpcs.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC yang/frr-ripngd.yang.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./ripngd/ripngd.h:10, from ripngd/ripng_peer.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ripngd/ripngd.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripngd/ripngd.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ripngd/ripngd.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ripngd/ripng_zebra.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ospfd/ospf_main.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ripngd/ripng_zebra.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ripngd/ripng_zebra.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC yang/frr-ospf-route-map.yang.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripngd/ripng_zebra.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripngd/ripng_zebra.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ripngd/ripng_zebra.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripngd/ripngd.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ripngd/ripngd.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-ripngd.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ripngd/ripng_zebra.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/command.h:11, from ripngd/ripngd.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from ripngd/ripngd.c:23: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ripngd/ripngd.c:24: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from ospfd/ospf_main.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./ripngd/ripngd.h:10, from ripngd/ripngd.c:27: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_main.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_main.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from yang/frr-ospf-route-map.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ospf6d/ospf6_main.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-ospf-route-map.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-ospf-route-map.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-ospf-route-map.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_main.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-ospf-route-map.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_main.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_main.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC yang/frr-ospf6-route-map.yang.o In file included from ./lib/bfd.h:11, from ospfd/ospf_main.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC isisd/isis_bpf.o In file included from ./lib/zebra.h:185, from ospf6d/ospf6_main.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC isisd/isis_dlpi.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_main.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_main.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_main.c:44: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/isis_main.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_main.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_main.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-ospf6-route-map.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/command.h:11, from ospf6d/ospf6_main.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from isisd/isis_bpf.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_bpf.c:18: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_bpf.c:18: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospf6d/ospf6_main.c:23: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_dlpi.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC isisd/isis_pfpacket.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-ospf6-route-map.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-ospf6-route-map.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-ospf6-route-map.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-ospf6-route-map.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC yang/frr-isisd.yang.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from isisd/isis_bpf.c:22: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_main.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-ripngd.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-ripngd.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from isisd/isis_bpf.c:22: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_main.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_main.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-ripngd.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-ripngd.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC isisd/isis_affinitymap.o In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from isisd/isis_bpf.c:22: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from isisd/isis_pfpacket.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_bpf.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_main.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ CC isisd/isis_adjacency.o ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_main.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_bpf.c:26: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/command.h:11, from isisd/isis_main.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC isisd/isis_bfd.o In file included from ./lib/zebra.h:185, from yang/frr-isisd.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC isisd/isis_circuit.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from isisd/isis_main.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_affinitymap.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from isisd/isis_affinitymap.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from isisd/isis_affinitymap.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_bfd.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_affinitymap.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_affinitymap.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/zclient.h:12, from isisd/isis_bfd.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/zclient.h:12, from isisd/isis_bfd.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/vrf.h:13, from isisd/isis_affinitymap.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_affinitymap.c:9: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_affinitymap.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from isisd/isis_bfd.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from isisd/isis_bfd.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-isisd.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-isisd.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from isisd/isis_bfd.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from isisd/isis_bfd.c:8: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_main.c:36: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_bfd.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/isis_csm.o In file included from ./lib/zebra.h:185, from isisd/isis_adjacency.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_adjacency.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_adjacency.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/isis_dr.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_adjacency.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_adjacency.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from yang/frr-isisd.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ In file included from isisd/isis_adjacency.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_csm.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_csm.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_csm.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-isisd.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/bfd.h:11, from isisd/isis_adjacency.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_adjacency.c:26: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/isis_dynhn.o In file included from ./lib/zebra.h:185, from isisd/isis_circuit.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from isisd/isis_adjacency.c:29: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_circuit.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_circuit.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_circuit.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_circuit.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_dynhn.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/vrf.h:13, from isisd/isis_circuit.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_dynhn.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_dynhn.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from isisd/isis_circuit.c:28: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_circuit.c:33: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_circuit.c:33: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_circuit.c:37: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_dynhn.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_dynhn.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_dynhn.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_dynhn.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/isis_errors.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_dynhn.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_csm.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_csm.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_dr.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_dr.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_dr.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/isis_events.o CC isisd/isis_flags.o In file included from ./lib/command.h:11, from isisd/isis_csm.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_dr.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_dr.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_csm.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_csm.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_errors.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from isisd/isis_csm.c:29: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from isisd/isis_errors.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from isisd/isis_errors.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_events.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from isisd/isis_errors.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from isisd/isis_errors.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_events.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from isisd/isis_events.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_flags.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_flags.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/ferr.h:17, from isisd/isis_errors.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/log.h:17, from isisd/isis_flags.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from isisd/isis_errors.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_dynhn.c:27: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_dr.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_events.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_dr.c:24: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_events.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_dr.c:26: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/isis_ldp_sync.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_dr.c:26: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC isisd/isis_lfa.o In file included from ./lib/command.h:11, from isisd/isis_events.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_events.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/isis_lsp.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_events.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_events.c:29: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_ldp_sync.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from isisd/isis_ldp_sync.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from isisd/isis_ldp_sync.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/isis_misc.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_ldp_sync.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_ldp_sync.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_ldp_sync.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from isisd/isis_ldp_sync.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_ldp_sync.c:27: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_lfa.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_lfa.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_lfa.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/isis_mt.o In file included from isisd/isis_ldp_sync.c:31: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_lsp.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC isisd/isis_pdu.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_lsp.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_lsp.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_lfa.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_lfa.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from isisd/isis_lfa.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_lsp.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_lsp.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from isisd/isis_lfa.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_lsp.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isisd.h:20, from isisd/isis_lfa.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_lsp.c:28: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_lsp.c:33: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_lfa.c:20: isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_misc.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from isisd/isis_misc.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from isisd/isis_misc.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from isisd/isis_lsp.c:38: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_misc.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_misc.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_misc.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC isisd/isis_pdu_counter.o In file included from ./isisd/isis_circuit.h:17, from isisd/isis_misc.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_mt.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./isisd/isisd.h:13, from isisd/isis_mt.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./isisd/isisd.h:13, from isisd/isis_mt.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/isis_mt.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/isis_mt.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_misc.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./isisd/isisd.h:13, from isisd/isis_mt.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_mt.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/isis_redist.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_mt.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_mt.c:13: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_pdu.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from isisd/isis_misc.c:27: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/isis_route.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_pdu.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_pdu.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_redist.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_redist.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_redist.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_redist.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_redist.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_pdu_counter.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/command.h:11, from isisd/isis_redist.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_pdu_counter.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_pdu_counter.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from isisd/isis_redist.c:24: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_redist.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_redist.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_route.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_route.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_route.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_route.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_route.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_pdu.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_pdu.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_route.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_route.c:18: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_pdu.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_pdu.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isisd.h:20, from isisd/isis_route.c:29: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/srv6.h:12, from ./isisd/isis_tlvs.h:22, from ./isisd/isis_adjacency.h:15, from isisd/isis_pdu.c:29: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_pdu.c:32: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/isis_routemap.o In file included from isisd/isis_route.c:30: isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_routemap.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_pdu_counter.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_pdu_counter.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_pdu_counter.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_pdu_counter.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_pdu_counter.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_routemap.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_routemap.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_routemap.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_routemap.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC isisd/isis_spf.o In file included from ./lib/command.h:11, from isisd/isis_routemap.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC isisd/isis_sr.o In file included from ./isisd/isis_circuit.h:17, from isisd/isisd.h:20, from isisd/isis_routemap.c:27: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_sr.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_sr.c:15: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_sr.c:15: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isisd.h:20, from isisd/isis_routemap.c:27: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_sr.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_sr.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from isisd/isis_sr.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/termtable.h:11, from isisd/isis_sr.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_sr.c:17: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_sr.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_sr.c:34: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/isis_flex_algo.o In file included from ./lib/zebra.h:185, from isisd/isis_spf.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_flex_algo.c:16: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from isisd/isis_flex_algo.c:19: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from isisd/isis_flex_algo.c:19: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from isisd/isis_flex_algo.c:20: ./lib/sbuf.h:67:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 67 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_flex_algo.c:22: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_flex_algo.c:22: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC isisd/isis_srv6.o CC isisd/isis_te.o In file included from ./lib/command.h:11, from isisd/isis_flex_algo.c:22: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_spf.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_flex_algo.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_te.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_flex_algo.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC isisd/isis_tlvs.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_te.c:17: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_te.c:17: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_spf.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_te.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_te.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_spf.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ In file included from isisd/isis_te.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_spf.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_te.c:30: ./lib/sbuf.h:67:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 67 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_spf.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/termtable.h:11, from isisd/isis_spf.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_spf.c:19: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_te.c:32: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_te.c:37: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_errors.h:11, from isisd/isis_spf.c:31: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_tlvs.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from isisd/isis_tlvs.c:20: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from isisd/isis_tlvs.c:20: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from isisd/isis_te.c:43: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_spf.c:36: isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_tlvs.c:21: ./lib/sbuf.h:67:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 67 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/isis_tlvs.c:24: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/isis_tlvs.c:24: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./isisd/isisd.h:13, from isisd/isis_tlvs.c:24: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_tlvs.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_tlvs.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_tlvs.c:28: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_routemap.c:28: isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_flex_algo.c:29: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_srv6.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/srv6.h:11, from isisd/isis_srv6.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/srv6.h:11, from isisd/isis_srv6.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from isisd/isis_srv6.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from isisd/isis_srv6.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from isisd/isis_srv6.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC isisd/isis_tx_queue.o In file included from ./lib/srv6.h:12, from isisd/isis_srv6.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_srv6.c:13: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_srv6.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_srv6.c:18: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/isis_zebra.o In file included from ./lib/zebra.h:185, from isisd/isis_tx_queue.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC isisd/isisd.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./isisd/isisd.h:13, from isisd/isis_tx_queue.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./isisd/isisd.h:13, from isisd/isis_tx_queue.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isisd.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isisd.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isisd.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/iso_checksum.o CC isisd/fabricd.o In file included from ./lib/zebra.h:185, from isisd/isis_zebra.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_zebra.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_zebra.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isisd.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isisd.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isisd.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_zebra.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_zebra.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from isisd/isis_zebra.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from isisd/iso_checksum.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_zebra.c:17: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from isisd/isis_zebra.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/isis_tx_queue.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from isisd/isisd.c:27: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ CC isisd/isis_nb.o In file included from isisd/isisd.c:31: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isisd.c:37: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/isis_tx_queue.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC isisd/isis_nb_config.o In file included from isisd/isis_zebra.c:33: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isisd.c:43: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_nb.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from isisd/isis_nb.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from isisd/isis_nb.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from isisd/isis_nb.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from isisd/isis_nb.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./isisd/isisd.h:13, from isisd/isis_tx_queue.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_tx_queue.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_tx_queue.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from isisd/fabricd.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./isisd/isisd.h:13, from isisd/fabricd.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./isisd/isisd.h:13, from isisd/fabricd.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_nb_config.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from isisd/isis_nb_config.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/fabricd.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/fabricd.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./isisd/isisd.h:13, from isisd/fabricd.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/fabricd.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from isisd/isis_nb_config.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/fabricd.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC isisd/isis_nb_notifications.o In file included from isisd/isis_tx_queue.c:18: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/isis_nb_state.o In file included from ./lib/zebra.h:185, from isisd/isis_nb_notifications.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC isisd/fabricd-isis_bpf.o In file included from ./lib/zebra.h:185, from isisd/isis_nb_state.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from isisd/isis_nb_notifications.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from isisd/isis_nb_notifications.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from isisd/isis_nb_notifications.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from isisd/fabricd.c:13: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from isisd/isis_nb_notifications.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./isisd/isisd.h:13, from isisd/isis_nb_notifications.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from isisd/isis_nb_state.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from isisd/isis_nb_state.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_nb_notifications.c:12: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_nb_notifications.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from isisd/isis_nb_state.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from isisd/isis_nb_state.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./isisd/isisd.h:13, from isisd/isis_nb_state.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_nb_state.c:12: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_nb_notifications.c:16: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from isisd/isis_nb_config.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from isisd/isis_nb_config.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from isisd/isis_nb_config.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from isisd/isis_nb_config.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from isisd/isis_nb_config.c:20: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_nb_config.c:33: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/fabricd-isis_dlpi.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_nb_state.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_nb_state.c:16: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_bpf.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_bpf.c:18: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_bpf.c:18: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/fabricd-isis_main.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from isisd/isis_bpf.c:22: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from isisd/isis_bpf.c:22: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from isisd/isis_bpf.c:22: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_bpf.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_bpf.c:26: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC isisd/fabricd-isis_pfpacket.o In file included from ./lib/zebra.h:185, from isisd/isis_dlpi.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC isisd/libfabric_a-isis_affinitymap.o In file included from ./lib/zebra.h:185, from isisd/isis_pfpacket.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_affinitymap.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC isisd/libfabric_a-isis_adjacency.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from isisd/isis_affinitymap.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from isisd/isis_affinitymap.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_main.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_affinitymap.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_affinitymap.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_main.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_main.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/vrf.h:13, from isisd/isis_affinitymap.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_affinitymap.c:9: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_affinitymap.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_adjacency.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_adjacency.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_adjacency.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/libfabric_a-isis_bfd.o CC isisd/libfabric_a-isis_circuit.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_main.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_adjacency.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_adjacency.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_adjacency.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from isisd/isis_adjacency.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_adjacency.c:26: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_bfd.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from isisd/isis_adjacency.c:29: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_main.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/zclient.h:12, from isisd/isis_bfd.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/zclient.h:12, from isisd/isis_bfd.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from isisd/isis_main.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from isisd/isis_main.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from isisd/isis_bfd.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from isisd/isis_bfd.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_main.c:36: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/libfabric_a-isis_csm.o In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from isisd/isis_bfd.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from isisd/isis_circuit.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_circuit.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from isisd/isis_bfd.c:8: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ In file included from ./lib/log.h:17, from isisd/isis_circuit.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from isisd/isis_bfd.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_circuit.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_circuit.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from isisd/isis_circuit.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from isisd/isis_circuit.c:28: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_circuit.c:33: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_circuit.c:33: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_circuit.c:37: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/libfabric_a-isis_dr.o In file included from ./lib/zebra.h:185, from isisd/isis_csm.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_csm.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_csm.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/libfabric_a-isis_dynhn.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_csm.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_csm.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from isisd/isis_csm.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_csm.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_csm.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_csm.c:29: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_dynhn.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_dynhn.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_dynhn.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_dynhn.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_dynhn.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_dynhn.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_dynhn.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_dynhn.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC isisd/libfabric_a-isis_errors.o CC isisd/libfabric_a-isis_events.o CC isisd/libfabric_a-isis_flags.o CC isisd/libfabric_a-isis_ldp_sync.o In file included from ./lib/zebra.h:185, from isisd/isis_errors.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from isisd/isis_errors.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from isisd/isis_errors.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/libfabric_a-isis_lfa.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from isisd/isis_errors.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from isisd/isis_errors.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from isisd/isis_errors.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from isisd/isis_errors.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_events.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_events.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_events.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/libfabric_a-isis_lsp.o In file included from ./lib/zebra.h:185, from isisd/isis_ldp_sync.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_events.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_events.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from isisd/isis_ldp_sync.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from isisd/isis_ldp_sync.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from isisd/isis_events.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_events.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_events.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_ldp_sync.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_events.c:29: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_ldp_sync.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_ldp_sync.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from isisd/isis_lsp.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_lsp.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_lsp.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from isisd/isis_ldp_sync.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC isisd/libfabric_a-isis_misc.o In file included from isisd/isis_dynhn.c:27: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_ldp_sync.c:27: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_ldp_sync.c:31: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_lfa.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_lfa.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_lfa.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_misc.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from isisd/isis_misc.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_lsp.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_lsp.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_flags.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from isisd/isis_lsp.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from isisd/isis_misc.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/libfabric_a-isis_mt.o In file included from ./lib/lib_errors.h:11, from isisd/isis_lsp.c:28: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_lsp.c:33: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_dr.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_dr.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_lfa.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from isisd/isis_dr.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_lfa.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_misc.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_misc.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from isisd/isis_lfa.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from isisd/isis_lsp.c:38: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_misc.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from isisd/isis_lfa.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_misc.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_misc.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./isisd/isis_circuit.h:17, from isisd/isisd.h:20, from isisd/isis_lfa.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_dr.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_dr.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_dr.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from isisd/isis_mt.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from isisd/isis_lfa.c:20: isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_dr.c:24: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_dr.c:26: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./isisd/isisd.h:13, from isisd/isis_mt.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_dr.c:26: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./isisd/isisd.h:13, from isisd/isis_mt.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from isisd/isis_misc.c:27: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/isis_mt.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/isis_mt.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_flags.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_flags.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./isisd/isisd.h:13, from isisd/isis_mt.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_mt.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_mt.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC isisd/libfabric_a-isis_pdu.o In file included from isisd/isis_mt.c:13: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_pdu.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC isisd/libfabric_a-isis_pdu_counter.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_pdu.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_pdu.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/libfabric_a-isis_redist.o CC isisd/libfabric_a-isis_route.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_pdu.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_pdu.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_pdu.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_pdu.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./isisd/isis_tlvs.h:22, from ./isisd/isis_adjacency.h:15, from isisd/isis_pdu.c:29: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_pdu.c:32: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_pdu_counter.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_pdu_counter.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_pdu_counter.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_redist.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_redist.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_redist.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_route.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC isisd/libfabric_a-isis_routemap.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_pdu_counter.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_pdu_counter.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_route.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_route.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_redist.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_redist.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from isisd/isis_redist.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC isisd/libfabric_a-isis_spf.o In file included from isisd/isis_redist.c:24: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_redist.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_pdu_counter.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isis_redist.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_pdu_counter.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_route.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_pdu_counter.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_route.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_routemap.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_routemap.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_routemap.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from isisd/isis_route.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_route.c:18: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isisd.h:20, from isisd/isis_route.c:29: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_routemap.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_routemap.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from isisd/isis_routemap.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from isisd/isis_route.c:30: isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isisd.h:20, from isisd/isis_routemap.c:27: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from isisd/isisd.h:20, from isisd/isis_routemap.c:27: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC isisd/libfabric_a-isis_sr.o In file included from ./lib/zebra.h:185, from isisd/isis_spf.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_spf.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_spf.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from isisd/isis_routemap.c:28: isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_spf.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_spf.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_sr.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from isisd/isis_sr.c:15: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from isisd/isis_sr.c:15: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_sr.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_sr.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from isisd/isis_sr.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/termtable.h:11, from isisd/isis_sr.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_sr.c:17: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_sr.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/libfabric_a-isis_flex_algo.o In file included from isisd/isis_spf.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/termtable.h:11, from isisd/isis_spf.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_spf.c:19: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_errors.h:11, from isisd/isis_spf.c:31: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_sr.c:34: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_spf.c:36: isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_flex_algo.c:16: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from isisd/isis_flex_algo.c:19: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ CC isisd/libfabric_a-isis_srv6.o In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from isisd/isis_flex_algo.c:19: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ CC isisd/libfabric_a-isis_te.o ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC isisd/libfabric_a-isis_tlvs.o CC isisd/libfabric_a-isis_tx_queue.o In file included from ./lib/zebra.h:185, from isisd/isis_srv6.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC isisd/libfabric_a-isis_zebra.o In file included from isisd/isis_flex_algo.c:20: ./lib/sbuf.h:67:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 67 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/srv6.h:11, from isisd/isis_srv6.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/srv6.h:11, from isisd/isis_srv6.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_te.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_te.c:17: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isis_te.c:17: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from isisd/isis_srv6.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from isisd/isis_srv6.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from isisd/isis_srv6.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_te.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from isisd/isis_srv6.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_srv6.c:13: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_tx_queue.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_srv6.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isis_te.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_tlvs.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./isisd/isisd.h:13, from isisd/isis_tx_queue.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./isisd/isisd.h:13, from isisd/isis_tx_queue.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from isisd/isis_zebra.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from isisd/isis_te.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_zebra.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from isisd/isis_tlvs.c:20: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_zebra.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from isisd/isis_tlvs.c:20: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from isisd/isis_te.c:30: ./lib/sbuf.h:67:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 67 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_tlvs.c:21: ./lib/sbuf.h:67:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 67 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_srv6.c:18: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_te.c:32: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./isisd/isis_circuit.h:17, from isisd/isis_te.c:37: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/isis_tx_queue.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/isis_tx_queue.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/isis_tlvs.c:24: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_zebra.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/isis_tlvs.c:24: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_zebra.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isis_te.c:43: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./isisd/isisd.h:13, from isisd/isis_tlvs.c:24: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from isisd/isis_zebra.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_tlvs.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from isisd/isis_zebra.c:17: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_tlvs.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from isisd/isis_zebra.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_zebra.c:33: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_tlvs.c:28: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ CC isisd/libfabric_a-isisd.o In file included from ./lib/zebra.h:185, from isisd/isisd.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isisd.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from isisd/isisd.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isisd.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from isisd/isisd.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from isisd/isisd.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_flex_algo.c:22: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from isisd/isisd.c:27: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_flex_algo.c:22: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./isisd/isisd.h:13, from isisd/isis_tx_queue.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_tx_queue.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ In file included from isisd/isisd.c:31: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./isisd/isis_circuit.h:17, from isisd/isisd.c:37: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/command.h:11, from isisd/isis_flex_algo.c:22: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_tx_queue.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_flex_algo.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_flex_algo.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC isisd/libfabric_a-iso_checksum.o In file included from isisd/isisd.c:43: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from isisd/isis_tx_queue.c:18: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/iso_checksum.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC isisd/libfabric_a-fabricd.o CC isisd/libfabric_a-isis_vty_fabricd.o In file included from ./lib/zebra.h:185, from isisd/fabricd.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./isisd/isisd.h:13, from isisd/fabricd.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./isisd/isisd.h:13, from isisd/fabricd.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from isisd/isis_flex_algo.c:29: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from isisd/isis_vty_fabricd.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_vty_fabricd.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from isisd/isis_vty_fabricd.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ldpd/ldpd.o CC ldpd/accept.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_vty_fabricd.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from isisd/isis_vty_fabricd.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from isisd/isis_vty_fabricd.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from isisd/isis_vty_fabricd.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_vty_fabricd.c:15: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ldpd/ldpd.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from isisd/isis_vty_fabricd.c:18: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/ldpd.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/ldpd.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ldpd/accept.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/ldpd.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/ldpd.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/accept.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/accept.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ldpd/ldpd.h:21, from ldpd/ldpd.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/ldpd.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/accept.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/accept.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from ldpd/ldpd.c:34: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ldpd/ldpd.h:21, from ldpd/accept.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/accept.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/fabricd.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./isisd/isisd.h:13, from isisd/fabricd.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./isisd/isisd.h:13, from isisd/fabricd.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/fabricd.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/fabricd.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/fabricd.c:13: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ CC ldpd/address.o In file included from ./lib/zebra.h:185, from ldpd/address.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/address.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/address.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ldpd/adjacency.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/address.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/address.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ldpd/ldpd.h:21, from ldpd/address.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC ldpd/control.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/address.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ldpd/adjacency.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/adjacency.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/adjacency.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ldpd/control.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/adjacency.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/adjacency.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/control.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/control.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ldpd/ldpd.h:21, from ldpd/adjacency.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/adjacency.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/control.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/control.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ldpd/ldpd.h:21, from ldpd/control.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/control.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ldpd/hello.o CC ldpd/init.o CC ldpd/interface.o In file included from ./lib/zebra.h:185, from ldpd/hello.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ldpd/keepalive.o In file included from ./lib/zebra.h:185, from ldpd/init.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ldpd/l2vpn.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/hello.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/hello.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/init.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/init.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ldpd/interface.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/interface.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/interface.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/init.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/init.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/hello.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/hello.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ldpd/ldpd.h:21, from ldpd/init.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/interface.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/interface.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/init.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ldpd/ldpd.h:21, from ldpd/hello.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ldpd/l2vpn.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ldpd/ldpd.h:21, from ldpd/interface.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/hello.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ldpd/labelmapping.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/interface.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/l2vpn.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/l2vpn.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/l2vpn.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/l2vpn.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ldpd/ldpd.h:21, from ldpd/l2vpn.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/l2vpn.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ldpd/labelmapping.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from ldpd/keepalive.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/labelmapping.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/labelmapping.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/labelmapping.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/labelmapping.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC ldpd/lde.o In file included from ldpd/ldpd.h:21, from ldpd/labelmapping.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/keepalive.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/keepalive.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/labelmapping.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ldpd/lde.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ldpd/lde_lib.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/lde.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/lde.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/keepalive.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/keepalive.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/lde.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/lde.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ldpd/ldpd.h:21, from ldpd/lde.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/lde.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ldpd/lde_lib.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ldpd/ldp_debug.o CC ldpd/ldp_vty_conf.o In file included from ldpd/ldpd.h:21, from ldpd/keepalive.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/keepalive.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/lde_lib.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ldpd/lde.c: In function 'lde_update_label': ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ldpd/lde.c:722:35: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 722 | AF_INET, (union ldpd_addr *)&fn->fec.u.ipv4.prefix, | ^~~~~~~~~~~~~~~~~~~~~~ ldpd/lde.c:755:36: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 755 | AF_INET, (union ldpd_addr *)&fn->fec.u.ipv4.prefix, | ^~~~~~~~~~~~~~~~~~~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/lde_lib.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ldpd/lde.c: In function 'lde_send_labelmapping': ldpd/lde.c:1052:35: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 1052 | AF_INET, (union ldpd_addr *)&fn->fec.u.ipv4.prefix, | ^~~~~~~~~~~~~~~~~~~~~~ ldpd/lde.c: In function 'lde_change_advertise_filter': ldpd/lde.c:1894:34: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 1894 | prefix = (union ldpd_addr *)&fn->fec.u.ipv4.prefix; | ^~~~~~~~~~~~~~~~~~~~~~ ldpd/lde.c: In function 'lde_change_accept_filter': ldpd/lde.c:1981:34: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 1981 | prefix = (union ldpd_addr *)&fn->fec.u.ipv4.prefix; | ^~~~~~~~~~~~~~~~~~~~~~ ldpd/lde.c: In function 'lde_change_expnull_for_filter': ldpd/lde.c:2027:32: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 2027 | prefix = (union ldpd_addr *)&fn->fec.u.ipv4.prefix; | ^~~~~~~~~~~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from ldpd/ldp_vty_conf.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/ldp_vty_conf.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/ldp_vty_conf.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/ldp_vty_conf.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/ldp_vty_conf.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC ldpd/ldp_vty_exec.o In file included from ldpd/ldpd.h:21, from ldpd/ldp_vty_conf.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/ldp_vty_conf.c:8: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ldpd/ldp_zebra.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/lde_lib.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ldpd/ldp_vty_exec.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/lde_lib.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ldpd/ldp_vty_exec.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ldpd/ldpd.h:21, from ldpd/lde_lib.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/ldp_vty_exec.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ldpd/ldp_zebra.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/lde_lib.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ldpd/ldpe.o ldpd/lde_lib.c: In function 'lde_check_mapping': ldpd/lde_lib.c:478:35: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 478 | AF_INET, (union ldpd_addr *)&fec.u.ipv4.prefix, | ^~~~~~~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from ldpd/ldpe.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/ldpe.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/ldpe.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/ldp_vty_exec.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/ldp_vty_exec.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldp_zebra.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldp_zebra.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ldpd/ldp_debug.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ldpd/ldpd.h:21, from ldpd/ldp_vty_exec.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/ldpe.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/ldp_vty_exec.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/ldpe.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ldpd/ldpd.h:21, from ldpd/ldpe.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/ldpe.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ldpd/ldp_debug.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ldpd/ldp_debug.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ldpd/ldp_debug.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ldpd/ldp_debug.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ldpd/ldp_debug.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/ldp_debug.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from ldpd/ldp_zebra.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from ldpd/ldp_zebra.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from ldpd/ldp_zebra.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldp_zebra.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ldpd/log.o In file included from ./lib/zebra.h:185, from ldpd/log.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/log.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/log.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/log.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/log.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC ldpd/logmsg.o In file included from ldpd/ldpd.h:21, from ldpd/log.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from ldpd/logmsg.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC ldpd/neighbor.o In file included from ldpd/logmsg.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/logmsg.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/logmsg.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/logmsg.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ldpd/neighbor.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC ldpd/notification.o In file included from ldpd/ldpd.h:21, from ldpd/logmsg.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/logmsg.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/log.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ldpd/packet.o In file included from ./lib/zebra.h:185, from ldpd/notification.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/notification.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/notification.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/notification.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/notification.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ldpd/ldpd.h:21, from ldpd/notification.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/notification.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ldpd/pfkey.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/neighbor.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/neighbor.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/neighbor.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/neighbor.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ldpd/ldpd.h:21, from ldpd/neighbor.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/neighbor.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ldpd/rlfa.o CC ldpd/socket.o CC ldpd/util.o CC babeld/babel_errors.o In file included from ./lib/zebra.h:185, from ldpd/rlfa.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from ldpd/util.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from ldpd/socket.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/rlfa.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/rlfa.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/util.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/util.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/socket.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/socket.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/rlfa.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/rlfa.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/util.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/util.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/socket.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/socket.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ldpd/ldpd.h:21, from ldpd/rlfa.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ldpd/ldpd.h:21, from ldpd/util.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ldpd/ldpd.h:21, from ldpd/socket.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/rlfa.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from babeld/babel_errors.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/util.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/socket.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from babeld/babel_errors.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from babeld/babel_errors.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from babeld/babel_errors.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from babeld/babel_errors.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from babeld/babel_errors.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from babeld/babel_errors.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC babeld/babel_filter.o CC babeld/babel_main.o In file included from ./lib/zebra.h:185, from ldpd/packet.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/packet.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ldpd/ldpd.h:19, from ldpd/packet.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC babeld/babel_zebra.o CC babeld/kernel.o In file included from ./lib/zebra.h:185, from babeld/babel_main.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from babeld/babel_filter.h:9, from babeld/babel_filter.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from babeld/babel_filter.h:10, from babeld/babel_filter.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from babeld/babel_filter.h:10, from babeld/babel_filter.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC babeld/message.o In file included from ./lib/zebra.h:185, from babeld/babel_zebra.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from babeld/babel_interface.h:10, from babeld/babel_filter.h:11, from babeld/babel_filter.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from babeld/babel_interface.h:10, from babeld/babel_filter.h:11, from babeld/babel_filter.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from babeld/babel_zebra.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from babeld/babel_zebra.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from babeld/babel_interface.h:10, from babeld/babel_filter.h:11, from babeld/babel_filter.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from babeld/babel_interface.h:10, from babeld/babel_filter.h:11, from babeld/babel_filter.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from babeld/babeld.h:10, from babeld/kernel.c:15: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from babeld/babel_zebra.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from babeld/babel_zebra.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babeld.h:11, from babeld/kernel.c:15: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babeld.h:11, from babeld/kernel.c:15: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/command.h:11, from babeld/babel_zebra.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from babeld/message.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from babeld/babel_zebra.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babeld.h:11, from babeld/message.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babeld.h:11, from babeld/message.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babeld.h:11, from babeld/kernel.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babeld.h:11, from babeld/kernel.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from babeld/babeld.h:11, from babeld/kernel.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babeld.h:11, from babeld/message.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babeld.h:11, from babeld/message.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from babeld/kernel.c:26: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC babeld/neighbour.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from babeld/babel_main.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from babeld/babeld.h:11, from babeld/message.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from babeld/babel_interface.h:10, from babeld/message.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from babeld/babel_errors.h:11, from babeld/message.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/packet.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ldpd/ldpd.h:21, from ldpd/packet.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC babeld/net.o In file included from ldpd/ldpd.h:21, from ldpd/packet.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ldpd/ldpd.h:23, from ldpd/packet.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from babeld/neighbour.c:16: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babel_main.h:9, from babeld/neighbour.c:19: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babel_main.h:9, from babeld/neighbour.c:19: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babel_main.h:9, from babeld/neighbour.c:19: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babel_main.h:9, from babeld/neighbour.c:19: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from babeld/babel_main.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC babeld/resend.o In file included from babeld/babel_main.h:9, from babeld/neighbour.c:19: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from babeld/babeld.h:10, from babeld/net.c:23: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babeld.h:11, from babeld/net.c:23: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babeld.h:11, from babeld/net.c:23: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from babeld/resend.c:15: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babeld.h:11, from babeld/net.c:23: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babeld.h:11, from babeld/net.c:23: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babel_main.h:9, from babeld/resend.c:18: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babel_main.h:9, from babeld/resend.c:18: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from babeld/babeld.h:11, from babeld/net.c:23: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from babeld/babel_interface.h:10, from babeld/neighbour.c:22: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from babeld/babel_errors.h:11, from babeld/neighbour.c:28: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC babeld/route.o CC babeld/source.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from babeld/babel_main.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babel_main.h:9, from babeld/resend.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ CC babeld/util.o ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babel_main.h:9, from babeld/resend.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ./lib/frrevent.h:9, from ./lib/vty.h:21, from babeld/babel_main.h:9, from babeld/source.c:15: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ CC babeld/xroute.o In file included from babeld/babel_main.h:9, from babeld/resend.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from babeld/babel_interface.h:10, from babeld/message.h:9, from babeld/resend.c:23: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ./lib/frrevent.h:9, from ./lib/vty.h:21, from babeld/babel_main.h:9, from babeld/util.c:27: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babel_main.h:9, from babeld/util.c:27: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babel_main.h:9, from babeld/util.c:27: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from babeld/xroute.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from babeld/xroute.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from babeld/xroute.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babel_main.h:9, from babeld/util.c:27: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babel_main.h:9, from babeld/util.c:27: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from babeld/babel_main.h:9, from babeld/util.c:27: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babeld.h:11, from babeld/xroute.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babeld.h:11, from babeld/xroute.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from babeld/babel_main.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babel_main.h:9, from babeld/source.c:15: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babel_main.h:9, from babeld/source.c:15: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC eigrpd/eigrp_dump.o In file included from babeld/babeld.h:11, from babeld/xroute.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babel_main.h:9, from babeld/source.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babel_main.h:9, from babeld/source.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from babeld/babel_interface.h:10, from babeld/message.h:9, from babeld/xroute.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from babeld/babel_main.h:9, from babeld/source.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from babeld/babel_interface.h:10, from babeld/source.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC eigrpd/eigrp_errors.o In file included from babeld/babel_errors.h:11, from babeld/source.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/command.h:11, from babeld/babel_main.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from babeld/babel_main.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from babeld/babel_interface.h:10, from babeld/babel_main.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC eigrpd/eigrp_filter.o In file included from ./lib/zebra.h:185, from eigrpd/eigrp_errors.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from eigrpd/eigrp_errors.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from eigrpd/eigrp_errors.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from eigrpd/eigrp_errors.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from eigrpd/eigrp_errors.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from eigrpd/eigrp_errors.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from eigrpd/eigrp_errors.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC eigrpd/eigrp_fsm.o In file included from ./lib/zebra.h:185, from eigrpd/eigrp_filter.c:18: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from eigrpd/eigrp_filter.c:21: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from eigrpd/eigrp_filter.c:21: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC eigrpd/eigrp_hello.o In file included from ./lib/zebra.h:185, from babeld/route.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from eigrpd/eigrp_filter.c:21: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ CC eigrpd/eigrp_interface.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babeld.h:11, from babeld/route.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from eigrpd/eigrp_filter.c:21: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from babeld/babeld.h:11, from babeld/route.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_fsm.c:55: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_hello.c:17: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_fsm.c:58: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_fsm.c:58: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_dump.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_hello.c:22: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_hello.c:22: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_interface.c:17: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_fsm.c:63: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_fsm.c:63: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC eigrpd/eigrp_main.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_interface.c:21: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ In file included from eigrpd/eigrp_fsm.c:63: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_interface.c:21: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_hello.c:30: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_hello.c:30: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from eigrpd/eigrp_hello.c:30: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./eigrpd/eigrp_errors.h:11, from eigrpd/eigrp_hello.c:42: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from eigrpd/eigrp_interface.c:26: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_dump.c:17: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_dump.c:17: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from eigrpd/eigrp_interface.c:26: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from eigrpd/eigrp_interface.c:26: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from eigrpd/eigrp_dump.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from eigrpd/eigrp_dump.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from eigrpd/eigrp_dump.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babeld.h:11, from babeld/route.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_main.c:16: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ CC eigrpd/eigrp_metric.o In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from babeld/babeld.h:11, from babeld/route.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from babeld/babeld.h:11, from babeld/route.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from babeld/babel_interface.h:10, from babeld/route.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC eigrpd/eigrp_neighbor.o In file included from babeld/babel_errors.h:11, from babeld/route.c:20: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/command.h:11, from eigrpd/eigrp_filter.c:21: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC eigrpd/eigrp_network.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_main.c:21: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_main.c:21: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC eigrpd/eigrp_northbound.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_main.c:25: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_main.c:25: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_network.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from eigrpd/eigrp_main.c:25: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_network.c:17: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from eigrpd/eigrp_main.c:34: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_network.c:17: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./eigrpd/eigrp_errors.h:11, from eigrpd/eigrp_main.c:52: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC eigrpd/eigrp_packet.o CC eigrpd/eigrp_query.o In file included from ./lib/zebra.h:185, from eigrpd/eigrp_metric.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_neighbor.c:17: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/filter.h:11, from ./eigrpd/eigrp_structs.h:20, from eigrpd/eigrp_metric.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/filter.h:11, from ./eigrpd/eigrp_structs.h:20, from eigrpd/eigrp_metric.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_northbound.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_neighbor.c:20: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_neighbor.c:20: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from eigrpd/eigrp_northbound.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from eigrpd/eigrp_northbound.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_packet.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_network.c:24: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_network.c:24: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from eigrpd/eigrp_packet.c:18: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from eigrpd/eigrp_packet.c:18: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from eigrpd/eigrp_neighbor.c:22: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from eigrpd/eigrp_network.c:24: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from eigrpd/eigrp_network.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from eigrpd/eigrp_neighbor.c:22: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from eigrpd/eigrp_neighbor.c:22: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_packet.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_packet.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./eigrpd/eigrp_errors.h:11, from eigrpd/eigrp_neighbor.c:40: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC eigrpd/eigrp_reply.o In file included from eigrpd/eigrp_packet.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from eigrpd/eigrp_packet.c:30: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_reply.c:17: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC eigrpd/eigrp_siaquery.o CC eigrpd/eigrp_siareply.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_reply.c:22: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_reply.c:22: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_reply.c:31: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_reply.c:31: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from eigrpd/eigrp_reply.c:31: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./eigrpd/eigrp_errors.h:11, from eigrpd/eigrp_reply.c:46: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_siareply.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_siaquery.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_siareply.c:17: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_siareply.c:17: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_siaquery.c:18: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_siaquery.c:18: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC eigrpd/eigrp_snmp.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_siareply.c:26: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_siareply.c:26: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC eigrpd/eigrp_topology.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_siaquery.c:27: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ In file included from eigrpd/eigrp_siareply.c:26: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_siaquery.c:27: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_query.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_query.c:18: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_query.c:18: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_snmp.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC eigrpd/eigrp_update.o In file included from eigrpd/eigrp_siaquery.c:27: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC eigrpd/eigrp_vrf.o CC eigrpd/eigrp_zebra.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_query.c:27: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_query.c:27: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from eigrpd/eigrp_query.c:27: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_update.c:17: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_update.c:22: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_update.c:22: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_zebra.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from eigrpd/eigrp_zebra.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from eigrpd/eigrp_zebra.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_update.c:31: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_vrf.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_update.c:31: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from eigrpd/eigrp_update.c:31: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from eigrpd/eigrp_zebra.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from eigrpd/eigrp_vrf.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from eigrpd/eigrp_vrf.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from eigrpd/eigrp_vrf.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from eigrpd/eigrp_vrf.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC eigrpd/eigrpd.o ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/vrf.h:13, from eigrpd/eigrp_vrf.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC yang/frr-eigrpd.yang.o ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from eigrpd/eigrp_zebra.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-eigrpd.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC sharpd/sharp_main.o In file included from ./lib/zebra.h:185, from eigrpd/eigrpd.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from eigrpd/eigrp_northbound.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from eigrpd/eigrp_northbound.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from eigrpd/eigrpd.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from eigrpd/eigrpd.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/vrf.h:13, from eigrpd/eigrp_northbound.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_topology.c:17: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from eigrpd/eigrp_northbound.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-eigrpd.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-eigrpd.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from sharpd/sharp_main.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_topology.c:19: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_topology.c:19: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-eigrpd.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-eigrpd.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrpd.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrpd.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from sharpd/sharp_main.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from sharpd/sharp_main.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC sharpd/sharp_nht.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from sharpd/sharp_main.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from sharpd/sharp_main.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_topology.c:24: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_topology.c:24: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from sharpd/sharp_main.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from sharpd/sharp_main.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/command.h:11, from eigrpd/eigrp_zebra.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from eigrpd/eigrpd.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from sharpd/sharp_nht.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from eigrpd/eigrpd.c:26: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/nexthop.h:11, from sharpd/sharp_nht.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/nexthop.h:11, from sharpd/sharp_nht.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC sharpd/sharp_zebra.o In file included from ./lib/lib_errors.h:11, from eigrpd/eigrpd.c:31: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from sharpd/sharp_nht.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from sharpd/sharp_nht.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from sharpd/sharp_zebra.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from sharpd/sharp_zebra.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from sharpd/sharp_zebra.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from eigrpd/eigrp_zebra.c:23: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from sharpd/sharp_zebra.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from sharpd/sharp_zebra.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from eigrpd/eigrp_topology.c:24: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from eigrpd/eigrp_topology.c:25: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from sharpd/sharp_nht.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from sharpd/sharp_zebra.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from sharpd/sharp_zebra.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from sharpd/sharp_nht.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ CC sharpd/sharp_logpump.o CC yang/pimd_pimd-frr-pim.yang.o ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from sharpd/sharp_logpump.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from sharpd/sharp_logpump.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/zebra.h:185, from yang/frr-pim.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from sharpd/sharp_logpump.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-pim.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-pim.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from sharpd/sharp_logpump.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from yang/frr-pim.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ CC yang/pimd_pimd-frr-pim-rp.yang.o In file included from yang/frr-pim.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from sharpd/sharp_logpump.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from sharpd/sharp_logpump.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from sharpd/sharp_logpump.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC yang/pimd_pimd-frr-gmp.yang.o CC pbrd/pbr_main.o CC pbrd/pbr_zebra.o In file included from ./lib/zebra.h:185, from yang/frr-pim-rp.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-gmp.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-pim-rp.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-pim-rp.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-pim-rp.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ CC pbrd/pbr_map.o In file included from ./lib/zebra.h:185, from pbrd/pbr_main.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-pim-rp.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pbrd/pbr_zebra.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pbrd/pbr_main.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pbrd/pbr_main.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from pbrd/pbr_zebra.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from pbrd/pbr_zebra.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC pbrd/pbr_memory.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pbrd/pbr_zebra.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pbrd/pbr_zebra.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC pbrd/pbr_nht.o In file included from ./lib/command.h:11, from pbrd/pbr_zebra.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-gmp.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-gmp.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pbrd/pbr_zebra.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-gmp.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-gmp.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC pbrd/pbr_vrf.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pbrd/pbr_main.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pbrd/pbr_main.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pbrd/pbr_nht.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pbrd/pbr_nht.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pbrd/pbr_nht.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from pbrd/pbr_main.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC bfdd/bfdd.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from pbrd/pbr_nht.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from pbrd/pbr_nht.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from pbrd/pbr_nht.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from pbrd/pbr_nht.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pbrd/pbr_main.c:25: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pbrd/pbr_map.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC bfdd/bfd.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pbrd/pbr_map.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ CC bfdd/bfdd_nb.o In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from pbrd/pbr_map.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pbrd/pbr_map.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pbrd/pbr_map.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from pbrd/pbr_map.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from pbrd/pbr_map.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pbrd/pbr_vrf.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from pbrd/pbr_vrf.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from pbrd/pbr_vrf.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pbrd/pbr_vrf.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from pbrd/pbr_vrf.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from pbrd/pbr_vrf.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pbrd/pbr_nht.h:10, from pbrd/pbr_vrf.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bfdd/bfdd_nb.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from bfdd/bfd.c:15: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from bfdd/bfdd_nb.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from bfdd/bfdd_nb.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from bfdd/bfd.h:18, from bfdd/bfd.c:20: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from bfdd/bfd.h:18, from bfdd/bfd.c:20: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC bfdd/bfdd_nb_config.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from bfdd/bfdd_nb.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from bfdd/bfdd_nb.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from bfdd/bfd.h:18, from bfdd/bfd.c:20: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from bfdd/bfd.h:18, from bfdd/bfd.c:20: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from bfdd/bfd.h:21, from bfdd/bfd.c:20: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from bfdd/bfdd.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC bfdd/bfdd_nb_state.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/filter.h:11, from bfdd/bfdd.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/zebra.h:185, from bfdd/bfdd_nb_config.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/filter.h:11, from bfdd/bfdd.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from bfdd/bfdd_nb_config.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from bfdd/bfdd_nb_config.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from bfdd/bfdd.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from bfdd/bfdd.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from bfdd/bfdd_nb_config.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from bfdd/bfdd_nb_config.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from bfdd/bfdd.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/vrf.h:13, from bfdd/bfd.h:21, from bfdd/bfdd_nb_config.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from bfdd/bfdd_nb_state.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from bfdd/bfdd_nb_state.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from bfdd/bfdd_nb_state.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from bfdd/bfdd_nb_state.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from bfdd/bfdd_nb_state.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from bfdd/bfd.h:21, from bfdd/bfdd_nb_state.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from pbrd/pbr_memory.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC bfdd/bfd_packet.o CC bfdd/config.o CC bfdd/control.o In file included from ./lib/zebra.h:185, from bfdd/bfd_packet.c:14: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC bfdd/dplane.o CC bfdd/event.o In file included from ./lib/zebra.h:185, from bfdd/control.c:13: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC bfdd/ptm_adapter.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from bfdd/bfd.h:18, from bfdd/control.c:17: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from bfdd/bfd.h:18, from bfdd/control.c:17: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from bfdd/bfd.h:18, from bfdd/control.c:17: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from bfdd/bfd.h:18, from bfdd/bfd_packet.c:27: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from bfdd/bfd.h:18, from bfdd/bfd_packet.c:27: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from bfdd/bfd.h:18, from bfdd/control.c:17: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bfdd/config.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/vrf.h:13, from bfdd/bfd.h:21, from bfdd/control.c:17: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from bfdd/event.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from bfdd/bfd.h:18, from bfdd/event.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from bfdd/bfd.h:18, from bfdd/event.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from bfdd/config.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from bfdd/config.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from bfdd/ptm_adapter.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from bfdd/dplane.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/libfrr.h:15, from bfdd/ptm_adapter.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/libfrr.h:15, from bfdd/ptm_adapter.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from bfdd/bfd.h:18, from bfdd/bfd_packet.c:27: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from bfdd/bfd.h:18, from bfdd/bfd_packet.c:27: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from bfdd/bfd.h:21, from bfdd/bfd_packet.c:27: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from bfdd/config.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from bfdd/config.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ bfdd/bfd_packet.c:734:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 734 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from bfdd/ptm_adapter.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from bfdd/config.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from bfdd/ptm_adapter.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from bfdd/config.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from bfdd/ptm_adapter.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from bfdd/ptm_adapter.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from bfdd/dplane.c:27: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ bfdd/ptm_adapter.c:72:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | { | ^ CC pathd/path_main.o In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from bfdd/dplane.c:28: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from bfdd/bfd.h:18, from bfdd/dplane.c:31: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from bfdd/bfd.h:18, from bfdd/dplane.c:31: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from bfdd/bfd.h:21, from bfdd/dplane.c:31: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from pathd/path_main.c:5: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC yang/frr-pathd.yang.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from pathd/path_main.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from pathd/path_main.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_main.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_main.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from bfdd/bfd.h:18, from bfdd/event.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/libfrr.h:19, from bfdd/bfd.h:18, from bfdd/event.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from pathd/path_main.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/vrf.h:13, from bfdd/bfd.h:21, from bfdd/event.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pathd/path_errors.h:9, from pathd/path_main.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from yang/frr-pathd.yang.c:3: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pathd/path_ted.h:28, from pathd/path_main.c:23: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC pathd/path_debug.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-pathd.yang.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from yang/frr-pathd.yang.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from yang/frr-pathd.yang.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from yang/frr-pathd.yang.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC pathd/path_errors.o CC pathd/path_nb_config.o CC pathd/path_nb_state.o CC pathd/path_nb.o In file included from ./lib/zebra.h:185, from pathd/path_nb_state.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pathd/path_nb_state.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pathd/path_nb_state.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_nb_state.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_nb_state.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from pathd/path_nb_state.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from pathd/path_errors.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from pathd/path_errors.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from pathd/path_errors.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from pathd/path_errors.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from pathd/path_errors.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from pathd/path_debug.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC pathd/path_zebra.o In file included from ./lib/ferr.h:17, from pathd/path_errors.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pathd/path_errors.c:9: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from pathd/path_debug.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from pathd/path_debug.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC pathd/pathd.o CCLD lib/libfrrcares.la CC qpb/libfrr_pb_la-qpb.lo CC qpb/libfrr_pb_la-qpb_allocator.lo In file included from ./lib/zebra.h:185, from pathd/pathd.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pathd/pathd.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from qpb/linear_allocator.h:18, from qpb/qpb_allocator.c:14: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/log.h:17, from pathd/pathd.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from pathd/path_nb_config.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from pathd/path_zebra.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pathd/path_nb_config.c:7: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pathd/path_nb_config.c:7: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pathd/path_zebra.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pathd/path_zebra.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from pathd/path_nb.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC qpb/libfrr_pb_la-qpb.pb-c.lo In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pathd/path_nb_config.c:7: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pathd/path_zebra.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pathd/path_nb_config.c:7: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pathd/path_zebra.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from pathd/path_nb.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from ./lib/northbound.h:14, from pathd/path_nb.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pathd/path_nb_config.c:7: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pathd/path_nb_config.c:7: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pathd/path_zebra.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pathd/path_zebra.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from pathd/path_nb.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from pathd/path_nb.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from pathd/path_zebra.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC fpm/libfrrfpm_pb_la-fpm_pb.lo In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pathd/pathd.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pathd/pathd.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC fpm/libfrrfpm_pb_la-fpm.pb-c.lo CC zebra/zebra_fpm_protobuf.lo In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from pathd/pathd.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from pathd/pathd.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC zebra/zebra_fpm_dt.lo In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./pathd/path_ted.h:28, from pathd/pathd.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from /pbulk/work/net/frr/work/.buildlink/include/protobuf-c/protobuf-c.h:200, from ./qpb/qpb.pb-c.h:7, from qpb/qpb.pb-c.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_fpm_protobuf.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from zebra/zebra_fpm_protobuf.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from zebra/zebra_fpm_protobuf.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/zebra_fpm_protobuf.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/zebra_fpm_protobuf.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CCLD zebra/dplane_sample_plugin.la In file included from ./lib/zebra.h:185, from zebra/zebra_fpm_dt.c:24: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/zebra_fpm_protobuf.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from zebra/zebra_fpm_dt.c:25: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from zebra/zebra_fpm_dt.c:25: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/zebra_fpm_protobuf.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC pceplib/libpcep_pcc_la-pcep_msg_messages.lo CC pceplib/libpcep_pcc_la-pcep_msg_objects.lo CC pceplib/libpcep_pcc_la-pcep_msg_tlvs.lo In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from zebra/zebra_fpm_dt.c:26: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from zebra/zebra_fpm_dt.c:26: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC pceplib/libpcep_pcc_la-pcep_msg_tools.lo In file included from /pbulk/work/net/frr/work/.buildlink/include/protobuf-c/protobuf-c.h:200, from ./fpm/fpm.pb-c.h:7, from fpm/fpm.pb-c.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/vrf.h:13, from zebra/zebra_fpm_dt.c:26: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from zebra/zebra_fpm_dt.c:28: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC pceplib/libpcep_pcc_la-pcep_msg_messages_encoding.lo CC pceplib/libpcep_pcc_la-pcep_msg_objects_encoding.lo CC pceplib/libpcep_pcc_la-pcep_msg_tlvs_encoding.lo CC pceplib/libpcep_pcc_la-pcep_msg_object_error_types.lo CC pceplib/libpcep_pcc_la-pcep_pcc_api.lo CC pceplib/libpcep_pcc_la-pcep_session_logic.lo CC pceplib/libpcep_pcc_la-pcep_session_logic_loop.lo CC pceplib/libpcep_pcc_la-pcep_session_logic_states.lo CC pceplib/libpcep_pcc_la-pcep_session_logic_counters.lo In file included from ./lib/zebra.h:185, from pceplib/pcep_pcc_api.c:16: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC pceplib/libpcep_pcc_la-pcep_socket_comm_loop.lo In file included from pceplib/pcep_session_logic_states.c:19: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from pceplib/pcep_socket_comm_loop.c:21: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC pceplib/libpcep_pcc_la-pcep_socket_comm.lo CC pceplib/libpcep_pcc_la-pcep_timers_event_loop.lo CC pceplib/libpcep_pcc_la-pcep_timers.lo CC pceplib/libpcep_pcc_la-pcep_utils_counters.lo In file included from ./lib/zebra.h:185, from pceplib/pcep_utils_counters.c:16: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from pceplib/pcep_socket_comm.c:16: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC pceplib/libpcep_pcc_la-pcep_utils_double_linked_list.lo CC pceplib/libpcep_pcc_la-pcep_utils_logging.lo pceplib/pcep_utils_logging.c:23:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 23 | PRINTFRR(2, 0); | ^~~~~~~~ CC pceplib/libpcep_pcc_la-pcep_utils_memory.lo CC pceplib/libpcep_pcc_la-pcep_utils_ordered_list.lo CC pceplib/libpcep_pcc_la-pcep_utils_queue.lo CC tools/permutations.o In file included from ./lib/zebra.h:185, from ./lib/frrevent.h:9, from ./lib/vty.h:21, from ./lib/command.h:11, from tools/permutations.c:12: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from tools/permutations.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from tools/permutations.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from tools/permutations.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from tools/permutations.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from tools/permutations.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC tools/gen_northbound_callbacks.o CC tools/gen_yang_deviations.o CC bgpd/rfp-example/rfptest/rfptest-rfptest.o In file included from ./lib/zebra.h:185, from tools/gen_northbound_callbacks.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from tools/gen_northbound_callbacks.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from tools/gen_northbound_callbacks.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from tools/gen_northbound_callbacks.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from tools/gen_northbound_callbacks.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CCLD tools/ssd SPHINX doc/user/_build/texinfo/frr.texi In file included from ./lib/zebra.h:185, from tools/gen_yang_deviations.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from tools/gen_yang_deviations.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/yang_wrappers.h:10, from ./lib/yang.h:17, from tools/gen_yang_deviations.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ SPHINX doc/user/_build/html/.buildinfo In file included from ./lib/yang.h:17, from tools/gen_yang_deviations.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from tools/gen_yang_deviations.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ SPHINX doc/manpages/_build/man/man.stamp /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/conf.py:97: SyntaxWarning: invalid escape sequence '\[' val = re.compile('^S\["([^"]+)"\]="(.*)"$') CC lib/clippy-command_lex.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/command_parse.y:39, from lib/command_lex.l:22: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/command_parse.y:39, from lib/command_lex.l:22: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ /pbulk/work/net/frr/work/frr-frr-9.1/doc/user/conf.py:97: SyntaxWarning: invalid escape sequence '\[' val = re.compile('^S\["([^"]+)"\]="(.*)"$') CC lib/clippy-command_parse.o AR bgpd/rfp-example/librfp/librfp.a AR isisd/libfabric.a CCLD qpb/libfrr_pb.la In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/command_parse.y:39, from lib/command_parse.c:105: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/command_parse.y:39, from lib/command_parse.c:105: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CCLD fpm/libfrrfpm_pb.la CCLD pceplib/libpcep_pcc.la /pbulk/work/net/frr/work/frr-frr-9.1/doc/manpages/conf.py:94: SyntaxWarning: invalid escape sequence '\[' val = re.compile('^S\["([^"]+)"\]="(.*)"$') CCLD lib/clippy CLIPPY lib/affinitymap_cli_clippy.c CLIPPY lib/filter_cli_clippy.c CLIPPY lib/if_clippy.c CLIPPY lib/if_rmap_clippy.c CLIPPY lib/log_vty_clippy.c CLIPPY lib/mgmt_be_client_clippy.c CLIPPY lib/mgmt_fe_client_clippy.c CLIPPY lib/nexthop_group_clippy.c CLIPPY lib/northbound_cli_clippy.c CLIPPY lib/plist_clippy.c CLIPPY lib/routemap_clippy.c CLIPPY lib/routemap_cli_clippy.c CLIPPY lib/event_clippy.c CLIPPY lib/vty_clippy.c CLIPPY lib/zlog_5424_cli_clippy.c CLIPPY vtysh/vtysh_clippy.c CLIPPY zebra/debug_clippy.c CLIPPY zebra/interface_clippy.c CLIPPY zebra/label_manager_clippy.c CLIPPY zebra/rtadv_clippy.c CLIPPY zebra/zebra_mlag_vty_clippy.c CLIPPY zebra/zebra_srv6_vty_clippy.c CLIPPY zebra/zebra_routemap_clippy.c CLIPPY zebra/zebra_vrf_clippy.c CLIPPY zebra/zebra_vty_clippy.c CLIPPY zebra/zebra_evpn_mh_clippy.c CLIPPY watchfrr/watchfrr_vty_clippy.c CLIPPY mgmtd/mgmt_vty_clippy.c CLIPPY staticd/static_vty_clippy.c CLIPPY bgpd/bgp_debug_clippy.c CLIPPY bgpd/bgp_evpn_vty_clippy.c CLIPPY bgpd/bgp_labelpool_clippy.c CLIPPY bgpd/bgp_nexthop_clippy.c CLIPPY bgpd/bgp_route_clippy.c CLIPPY bgpd/bgp_routemap_clippy.c CLIPPY bgpd/bgp_vty_clippy.c CLIPPY ripd/rip_bfd_clippy.c CLIPPY ripd/rip_cli_clippy.c CLIPPY ripngd/ripng_cli_clippy.c CLIPPY ospfd/ospf_dump_clippy.c CLIPPY ospfd/ospf_gr_clippy.c CLIPPY ospfd/ospf_ldp_sync_clippy.c CLIPPY ospfd/ospf_vty_clippy.c CLIPPY ospf6d/ospf6_nssa_clippy.c CLIPPY ospf6d/ospf6_area_clippy.c CLIPPY ospf6d/ospf6_asbr_clippy.c CLIPPY ospf6d/ospf6_gr_clippy.c CLIPPY ospf6d/ospf6_gr_helper_clippy.c CLIPPY ospf6d/ospf6_interface_clippy.c CLIPPY ospf6d/ospf6_lsa_clippy.c CLIPPY ospf6d/ospf6_route_clippy.c CLIPPY ospf6d/ospf6_top_clippy.c CLIPPY ospf6d/ospf6d_clippy.c CLIPPY isisd/isis_cli_clippy.c CLIPPY ldpd/ldp_vty_cmds_clippy.c CLIPPY babeld/babel_interface_clippy.c CLIPPY babeld/babeld_clippy.c CLIPPY eigrpd/eigrp_cli_clippy.c CLIPPY eigrpd/eigrp_vty_clippy.c CLIPPY sharpd/sharp_vty_clippy.c CLIPPY pimd/pim_cmd_clippy.c CLIPPY pbrd/pbr_vty_clippy.c CLIPPY pbrd/pbr_debug_clippy.c CC staticd/static_vty.o CLIPPY bfdd/bfdd_vty_clippy.c CLIPPY bfdd/bfdd_cli_clippy.c CLIPPY pathd/path_cli_clippy.c CLIPPY pathd/path_ted_clippy.c XRELFO lib/libfrrcares.la.xref In file included from ./lib/zebra.h:185, from staticd/static_vty.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ XRELFO qpb/libfrr_pb.la.xref In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from staticd/static_vty.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from staticd/static_vty.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ XRELFO fpm/libfrrfpm_pb.la.xref In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from staticd/static_vty.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ CCLD zebra/zebra_fpm.la ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from staticd/static_vty.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ XRELFO zebra/dplane_sample_plugin.la.xref CLIPPY bgpd/bgp_bmp_clippy.c CLIPPY pathd/path_pcep_cli_clippy.c MAKEINFO doc/user/_build/texinfo/frr.info doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'. In file included from ./lib/command.h:11, from staticd/static_vty.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC lib/affinitymap_cli.lo In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from staticd/static_vty.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from staticd/static_vty.c:21: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ CC lib/filter_cli.lo CC lib/if.lo CC lib/if_rmap.lo In file included from ./lib/zebra.h:185, from lib/affinitymap_cli.c:26: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from lib/affinitymap_cli.c:28: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from lib/affinitymap_cli.c:28: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from lib/affinitymap_cli.c:28: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from lib/affinitymap_cli.c:28: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from lib/affinitymap_cli.c:28: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/affinitymap_cli.c:29: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from lib/zebra.h:185, from lib/filter_cli.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from lib/if.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/yang_wrappers.h:10, from lib/yang.h:17, from lib/northbound.h:14, from lib/filter_cli.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/yang_wrappers.h:10, from lib/yang.h:17, from lib/northbound.h:14, from lib/filter_cli.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/filter_cli.c:10: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/filter_cli.c:10: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from lib/filter_cli.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/filter_cli.c:15: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from lib/if_rmap.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/if_rmap.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/if_rmap.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/if_rmap.c:10: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/if_rmap.c:10: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/if_rmap.c:10: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/if_rmap.c:14: lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ CC lib/log_vty.lo In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/if.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/if.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/log_vty.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/log_vty.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/log_vty.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/mgmt_be_client.lo In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/log_vty.c:11: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/log_vty.c:11: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/log_vty.c:11: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from lib/log_vty.c:15: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from lib/mgmt_be_client.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_be_client.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_be_client.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/if.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ CC lib/mgmt_fe_client.lo ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/if.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/if.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/if.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/if.c:22: lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_be_client.c:9: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_be_client.c:9: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_be_client.c:9: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from lib/mgmt_fe_client.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_fe_client.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_fe_client.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_fe_client.c:10: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_fe_client.c:10: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/debug.h:11, from lib/mgmt_fe_client.c:10: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC lib/nexthop_group.lo In file included from ./lib/zebra.h:185, from lib/nexthop_group.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from lib/nexthop_group.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from lib/nexthop_group.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from lib/nexthop_group.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from lib/nexthop_group.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from lib/nexthop_group.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from lib/nexthop_group.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC lib/northbound_cli.lo CC lib/plist.lo CC lib/routemap.lo CC lib/routemap_cli.lo In file included from ./lib/zebra.h:185, from lib/northbound_cli.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/libfrr.h:15, from lib/northbound_cli.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/libfrr.h:15, from lib/northbound_cli.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC lib/event.lo In file included from ./lib/zebra.h:185, from lib/plist.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC lib/vty.lo In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/libfrr.h:19, from lib/northbound_cli.c:9: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ In file included from ./lib/zebra.h:185, from lib/routemap_cli.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from lib/routemap_cli.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from lib/routemap_cli.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/libfrr.h:19, from lib/northbound_cli.c:9: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from lib/routemap_cli.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/ferr.h:17, from lib/lib_errors.h:11, from lib/northbound_cli.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/lib_errors.h:11, from lib/northbound_cli.c:13: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from lib/routemap_cli.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/termtable.h:11, from lib/northbound_cli.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from lib/northbound_cli.c:15: lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound_cli.c:20: lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from lib/routemap_cli.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/routemap_cli.c:12: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/plist.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from lib/ipaddr.h:12, from lib/prefix.h:16, from lib/plist.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/plist.c:9: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/plist.c:9: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/plist.c:9: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from lib/event.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/plist.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/event.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/event.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from lib/routemap.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/routemap.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/routemap.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/event.c:16: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/event.c:16: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/event.c:16: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/routemap.c:10: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/lib_errors.h:11, from lib/event.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/routemap.c:10: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/routemap.c:10: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/routemap.c:19: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/routemap.c:21: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from lib/vty.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/debug.h:11, from lib/vty.c:24: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/log.h:17, from lib/vty.h:22, from lib/command.h:11, from lib/debug.h:11, from lib/vty.c:24: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from lib/yang.h:17, from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/debug.h:11, from lib/vty.c:24: lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/northbound.h:14, from lib/vty.h:26, from lib/command.h:11, from lib/debug.h:11, from lib/vty.c:24: lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from lib/command.h:11, from lib/debug.h:11, from lib/vty.c:24: lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from lib/lib_errors.h:11, from lib/vty.c:39: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from lib/vty.c:40: lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from lib/vty.c:42: lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC lib/zlog_5424_cli.lo In file included from lib/zebra.h:185, from lib/zlog_5424_cli.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from lib/zlog.h:23, from lib/zlog_5424.h:12, from lib/zlog_5424_cli.c:7: lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from lib/zlog_5424.h:12, from lib/zlog_5424_cli.c:7: lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC vtysh/vtysh.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from lib/zlog_5424_cli.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from lib/zlog_5424_cli.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from lib/zlog_5424_cli.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from vtysh/vtysh.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from vtysh/vtysh.c:26: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from vtysh/vtysh.c:26: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from vtysh/vtysh.c:26: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from vtysh/vtysh.c:26: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from vtysh/vtysh.c:26: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from vtysh/vtysh.c:37: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from vtysh/vtysh.c:38: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC zebra/debug.o In file included from ./lib/zebra.h:185, from zebra/debug.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/debug.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/debug.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/debug.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/debug.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from zebra/debug.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC zebra/interface.o CC zebra/label_manager.o In file included from ./lib/zebra.h:185, from zebra/interface.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/interface.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/interface.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/interface.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/interface.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/ferr.h:17, from ./lib/lib_errors.h:11, from zebra/interface.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from zebra/interface.c:10: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from zebra/interface.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from zebra/interface.c:21: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from zebra/label_manager.c:11: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from zebra/label_manager.c:16: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from zebra/label_manager.c:16: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC zebra/rtadv.o CC zebra/zebra_mlag_vty.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from zebra/label_manager.c:21: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from zebra/label_manager.c:21: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from zebra/label_manager.c:21: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from zebra/label_manager.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from zebra/rtadv.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from zebra/rtadv.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/stream.h:14, from zebra/rtadv.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./zebra/zebra_errors.h:11, from zebra/label_manager.c:27: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/rtadv.c:18: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/rtadv.c:18: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from zebra/rtadv.c:18: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from zebra/rtadv.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./zebra/zserv.h:20, from ./zebra/redistribute.h:14, from ./zebra/interface.h:10, from zebra/rtadv.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC zebra/zebra_srv6_vty.o CC zebra/zebra_routemap.o In file included from ./lib/zebra.h:185, from zebra/zebra_srv6_vty.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_mlag_vty.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_srv6_vty.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_srv6_vty.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from zebra/zebra_mlag_vty.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from zebra/zebra_mlag_vty.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_srv6_vty.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_srv6_vty.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/zebra_mlag_vty.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from zebra/zebra_mlag_vty.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_routemap.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/command.h:11, from zebra/zebra_srv6_vty.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC zebra/zebra_vrf.o CC zebra/zebra_vty.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/zebra_srv6_vty.c:14: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from zebra/zebra_mlag_vty.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_routemap.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_routemap.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from zebra/zebra_router.h:11, from zebra/zebra_mlag_vty.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC zebra/zebra_evpn_mh.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/zebra_routemap.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/zebra_routemap.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./zebra/zebra_errors.h:11, from zebra/zapi_msg.h:18, from zebra/zebra_mlag_vty.c:14: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/zebra_routemap.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/zebra_routemap.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from zebra/zebra_routemap.c:17: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from zebra/zebra_evpn_mh.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ CC watchfrr/watchfrr_vty.o In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/zebra_evpn_mh.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from zebra/zebra_evpn_mh.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_evpn_mh.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_evpn_mh.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC mgmtd/mgmt_vty.o In file included from ./lib/command.h:11, from zebra/zebra_evpn_mh.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from watchfrr/watchfrr_vty.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/zebra_evpn_mh.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from watchfrr/watchfrr_vty.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from watchfrr/watchfrr_vty.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./zebra/zebra_errors.h:11, from zebra/zebra_evpn_mh.c:31: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from watchfrr/watchfrr_vty.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from watchfrr/watchfrr_vty.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from mgmtd/mgmt_vty.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from mgmtd/mgmt_vty.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from mgmtd/mgmt_vty.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from mgmtd/mgmt_vty.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from mgmtd/mgmt_vty.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from watchfrr/watchfrr_vty.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from mgmtd/mgmt_vty.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from mgmtd/mgmt_vty.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from mgmtd/mgmt_vty.c:14: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ CC staticd/mgmtd_libmgmt_be_nb_la-static_vty.lo In file included from ./lib/zebra.h:185, from zebra/zebra_vrf.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from zebra/zebra_vrf.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from zebra/zebra_vrf.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_vrf.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_vrf.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from zebra/zebra_vrf.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./zebra/rib.h:18, from ./zebra/zebra_ns.h:13, from ./zebra/zebra_router.h:11, from zebra/zebra_vrf.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from staticd/static_vty.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from staticd/static_vty.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from staticd/static_vty.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./zebra/zebra_errors.h:11, from ./zebra/zapi_msg.h:18, from zebra/zebra_vrf.c:24: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from zebra/zebra_vty.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from staticd/static_vty.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_vty.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from zebra/zebra_vty.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from staticd/static_vty.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from staticd/static_vty.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_vty.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from zebra/zebra_vty.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from staticd/static_vty.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from staticd/static_vty.c:21: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/command.h:11, from zebra/zebra_vty.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from zebra/rib.h:18, from zebra/zebra_vty.c:13: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_debug.o In file included from zebra/zebra_vty.c:21: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from zebra/zebra_vty.c:45: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_debug.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ zebra/zebra_vty.c: In function 'show_ip_rpf_addr_magic': zebra/zebra_vty.c:165:6: warning: converting a packed 'struct in_addr' pointer (alignment 1) to a 'union g_addr' pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member] 165 | &rn); | ^ In file included from ./lib/zebra.h:97, from zebra/zebra_vty.c:6: /usr/include/netinet/in.h:158:8: note: defined here 158 | struct in_addr { | ^~~~~~~ In file included from zebra/rib.h:18, from zebra/zebra_vty.c:13: ./lib/nexthop.h:23:7: note: defined here 23 | union g_addr { | ^~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from bgpd/bgp_debug.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from bgpd/bgp_debug.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from bgpd/bgp_debug.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from bgpd/bgp_debug.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC bgpd/bgp_evpn_vty.o In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from bgpd/bgp_debug.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from bgpd/bgp_debug.c:8: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_evpn_vty.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_evpn_vty.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_evpn_vty.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC bgpd/bgp_labelpool.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_evpn_vty.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_evpn_vty.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_evpn_vty.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bgpd/bgp_evpn_vty.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_labelpool.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from bgpd/bgp_labelpool.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from bgpd/bgp_labelpool.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_evpn_vty.c:28: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/bgp_labelpool.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from bgpd/bgp_labelpool.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from bgpd/bgp_labelpool.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_labelpool.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./bgpd/bgp_errors.h:11, from bgpd/bgp_labelpool.c:23: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC bgpd/bgp_nexthop.o In file included from ./lib/zebra.h:185, from bgpd/bgp_nexthop.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_nexthop.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_nexthop.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC bgpd/bgp_route.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_nexthop.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_nexthop.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_nexthop.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bgpd/bgp_nexthop.c:11: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from bgpd/bgp_route.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from bgpd/bgp_route.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_route.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_route.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_route.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_route.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC bgpd/bgp_routemap.o In file included from ./lib/srv6.h:12, from bgpd/bgp_route.c:27: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from bgpd/bgp_route.c:29: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from bgpd/bgp_routemap.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_routemap.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from bgpd/bgp_routemap.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/routemap.h:13, from bgpd/bgp_routemap.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/routemap.h:13, from bgpd/bgp_routemap.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/routemap.h:13, from bgpd/bgp_routemap.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bgpd/bgp_routemap.c:34: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./bgpd/bgpd.h:14, from bgpd/bgp_routemap.c:36: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC bgpd/bgp_vty.o In file included from ./lib/zebra.h:185, from bgpd/bgp_vty.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_vty.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bgpd/bgp_vty.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_vty.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_vty.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_vty.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bgpd/bgp_vty.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from bgpd/bgp_vty.c:11: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC ripd/rip_bfd.o In file included from ./lib/zebra.h:185, from ripd/rip_bfd.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/zclient.h:12, from ripd/rip_bfd.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ./lib/zclient.h:12, from ripd/rip_bfd.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from ripd/rip_bfd.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ./lib/zclient.h:19, from ripd/rip_bfd.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ./lib/zclient.h:19, from ripd/rip_bfd.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ripd/rip_bfd.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ripd/rip_cli.o CC ripngd/ripng_cli.o In file included from ./lib/zebra.h:185, from ripd/rip_cli.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripd/rip_cli.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripd/rip_cli.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripd/rip_cli.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripd/rip_cli.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ripngd/ripng_cli.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/vrf.h:13, from ripd/rip_cli.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ripd/rip_cli.c:15: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripngd/ripng_cli.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from ripngd/ripng_cli.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./ripd/ripd.h:10, from ripd/rip_cli.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripngd/ripng_cli.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from ripngd/ripng_cli.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from ripngd/ripng_cli.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ripngd/ripng_cli.c:15: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ./ripngd/ripngd.h:10, from ripngd/ripng_cli.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospfd/ospf_dump.o In file included from ./lib/zebra.h:185, from ospfd/ospf_dump.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_dump.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_dump.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ospfd/ospf_gr.o In file included from ./lib/zebra.h:185, from ospfd/ospf_gr.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospfd/ospf_gr.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospfd/ospf_gr.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_gr.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospfd/ospf_gr.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospfd/ospf_gr.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ./ospfd/ospf_interface.h:10, from ospfd/ospf_gr.c:22: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./ospfd/ospf_errors.h:11, from ospfd/ospf_gr.c:32: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_dump.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_dump.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/json.h:13, from ./lib/bfd.h:11, from ospfd/ospf_dump.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/bfd.h:11, from ospfd/ospf_dump.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospfd/ospf_ldp_sync.o CC ospfd/ospf_vty.o In file included from ./lib/zebra.h:185, from ospfd/ospf_ldp_sync.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ldp_sync.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_ldp_sync.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_ldp_sync.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ CC ospf6d/ospf6_nssa.o ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_ldp_sync.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospfd/ospf_ldp_sync.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospfd/ospf_ldp_sync.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospfd/ospf_vty.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ospfd/ospf_vty.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from ospfd/ospf_vty.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ospf6d/ospf6_area.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_vty.c:16: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospfd/ospf_vty.c:16: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospfd/ospf_vty.c:16: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospfd/ospf_vty.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospf6d/ospf6_asbr.o In file included from ./lib/zebra.h:185, from ospf6d/ospf6_nssa.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_nssa.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_nssa.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_area.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_area.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_area.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_nssa.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_nssa.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_area.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_area.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospf6d/ospf6_nssa.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospf6d/ospf6_area.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospf6d/ospf6_lsa.h:9, from ospf6d/ospf6_area.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospf6d/ospf6_route.h:10, from ospf6d/ospf6_nssa.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_asbr.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_asbr.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_asbr.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_asbr.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_asbr.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospf6d/ospf6_asbr.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospf6d/ospf6_asbr.c:18: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ospf6d/ospf6_lsa.h:9, from ospf6d/ospf6_asbr.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospf6d/ospf6_gr.o In file included from ./lib/zebra.h:185, from ospf6d/ospf6_gr.c:8: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospf6d/ospf6_gr.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ospf6d/ospf6_gr.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_gr.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_gr.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospf6d/ospf6_gr.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from ospf6d/ospf6_gr.c:17: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./ospf6d/ospf6_lsa.h:9, from ospf6d/ospf6_gr.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospf6d/ospf6_gr_helper.o In file included from ./lib/zebra.h:185, from ospf6d/ospf6_gr_helper.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_gr_helper.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_gr_helper.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ospf6d/ospf6_interface.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_gr_helper.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_gr_helper.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospf6d/ospf6_gr_helper.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospf6d/ospf6_gr_helper.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from ospf6d/ospf6_gr_helper.c:20: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_interface.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_interface.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_interface.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ospf6d/ospf6_lsa.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_interface.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ospf6d/ospf6_interface.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ospf6d/ospf6_interface.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from ospf6d/ospf6_interface.c:15: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from ospf6d/ospf6_lsa.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_lsa.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_lsa.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_lsa.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_lsa.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospf6d/ospf6_lsa.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospf6d/ospf6_lsa.h:9, from ospf6d/ospf6_lsa.c:20: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospf6d/ospf6_route.o In file included from ./lib/zebra.h:185, from ospf6d/ospf6_route.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_route.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_route.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_route.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_route.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospf6d/ospf6_route.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospf6d/ospf6_lsa.h:9, from ospf6d/ospf6_route.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC ospf6d/ospf6_top.o In file included from ./lib/zebra.h:185, from ospf6d/ospf6_top.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ospf6d/ospf6_top.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ospf6d/ospf6_top.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_top.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6_top.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospf6d/ospf6_top.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospf6d/ospf6_top.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/lib_errors.h:11, from ospf6d/ospf6_top.c:18: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ CC ospf6d/ospf6d.o In file included from ./lib/zebra.h:185, from ospf6d/ospf6d.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ospf6d/ospf6d.c:10: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ospf6d/ospf6d.c:10: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6d.c:10: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ospf6d/ospf6d.c:10: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ospf6d/ospf6d.c:10: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ospf6d/ospf6_lsa.h:9, from ospf6d/ospf6d.c:18: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC isisd/isis_cli.o In file included from ./lib/zebra.h:185, from isisd/isis_cli.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from isisd/isis_cli.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/vrf.h:13, from isisd/isis_cli.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC ldpd/ldp_vty_cmds.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_cli.c:13: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/vrf.h:13, from isisd/isis_cli.c:13: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/vrf.h:13, from isisd/isis_cli.c:13: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from isisd/isis_cli.c:17: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./isisd/isis_circuit.h:17, from ./isisd/isisd.h:20, from isisd/isis_cli.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./isisd/isis_circuit.h:18, from ./isisd/isisd.h:20, from isisd/isis_cli.c:21: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from isisd/isis_cli.c:23: ./isisd/isis_misc.h:65:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | PRINTFRR(3, 4); | ^~~~~~~~ ./isisd/isis_misc.h:69:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/zebra.h:185, from ldpd/ldp_vty_cmds.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ldpd/ldp_vty_cmds.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ldpd/ldp_vty_cmds.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ldpd/ldp_vty_cmds.c:8: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ldpd/ldp_vty_cmds.c:8: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ldpd/ldp_vty_cmds.c:8: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ldpd/ldp_vty_cmds.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC babeld/babel_interface.o In file included from ./lib/zebra.h:185, from babeld/babel_interface.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from babeld/babel_interface.c:8: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from babeld/babel_interface.c:8: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ CC babeld/babeld.o CC eigrpd/eigrp_cli.o In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from babeld/babel_interface.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ In file included from ./lib/zebra.h:185, from babeld/babeld.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from babeld/babeld.c:7: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from babeld/babeld.c:7: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from eigrpd/eigrp_cli.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from eigrpd/eigrp_cli.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from eigrpd/eigrp_cli.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from babeld/babeld.c:7: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from babeld/babeld.c:7: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from eigrpd/eigrp_cli.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from babeld/babeld.c:7: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from eigrpd/eigrp_cli.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/lib_errors.h:11, from babeld/babeld.c:15: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/command.h:11, from eigrpd/eigrp_cli.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from eigrpd/eigrp_cli.c:13: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from babeld/babel_interface.h:10, from babeld/babeld.c:24: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from babeld/babel_interface.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from babeld/babel_interface.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from babeld/babel_interface.c:13: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from babeld/babel_interface.h:10, from babeld/babel_interface.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC eigrpd/eigrp_vty.o In file included from ./lib/zebra.h:185, from eigrpd/eigrp_vty.c:17: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_vty.c:21: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/ipaddr.h:12, from ./lib/prefix.h:16, from eigrpd/eigrp_vty.c:21: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_vty.c:23: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from eigrpd/eigrp_vty.c:23: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from eigrpd/eigrp_vty.c:23: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CC sharpd/sharp_vty.o In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from ./lib/zclient.h:22, from eigrpd/eigrp_vty.c:27: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from sharpd/sharp_vty.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from sharpd/sharp_vty.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from sharpd/sharp_vty.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from sharpd/sharp_vty.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from sharpd/sharp_vty.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from sharpd/sharp_vty.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from sharpd/sharp_vty.c:12: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ CC pimd/pimd-pim_cmd.o CC pbrd/pbr_vty.o In file included from ./lib/zebra.h:185, from pimd/pim_cmd.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_cmd.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_cmd.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from pbrd/pbr_vty.c:10: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from pbrd/pbr_vty.c:12: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from pbrd/pbr_vty.c:12: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_cmd.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_cmd.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ CC pbrd/pbr_debug.o In file included from ./lib/command.h:11, from ./lib/json.h:13, from pimd/pim_cmd.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pimd/pim_cmd.c:9: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from pbrd/pbr_vty.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from pbrd/pbr_vty.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ In file included from pimd/pim_cmd.c:18: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pimd/pim_cmd.c:54: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from pbrd/pbr_vty.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/srv6.h:12, from ./lib/nexthop.h:14, from pbrd/pbr_vty.c:16: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./lib/zebra.h:185, from pbrd/pbr_debug.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/debug.h:11, from pbrd/pbr_debug.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from ./lib/debug.h:11, from pbrd/pbr_debug.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/debug.h:11, from pbrd/pbr_debug.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from ./lib/debug.h:11, from pbrd/pbr_debug.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from ./lib/debug.h:11, from pbrd/pbr_debug.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ AR staticd/libstatic.a CC bfdd/bfdd_vty.o CC bfdd/bfdd_cli.o In file included from ./lib/zebra.h:185, from bfdd/bfdd_vty.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bfdd/bfdd_vty.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bfdd/bfdd_vty.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bfdd/bfdd_vty.c:9: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bfdd/bfdd_vty.c:9: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bfdd/bfdd_vty.c:9: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bfdd/bfdd_vty.c:10: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from bfdd/bfdd_vty.c:12: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/zebra.h:185, from bfdd/bfdd_cli.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bfdd/bfdd_cli.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from bfdd/bfdd_cli.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bfdd/bfdd_cli.c:11: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bfdd/bfdd_cli.c:11: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bfdd/bfdd_cli.c:11: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from bfdd/bfdd_cli.c:13: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ CC pathd/path_cli.o CC pathd/path_ted.o In file included from ./lib/zebra.h:185, from pathd/path_cli.c:6: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pathd/path_cli.c:13: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pathd/path_cli.c:13: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/zebra.h:185, from pathd/path_ted.c:9: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pathd/path_ted.c:14: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pathd/path_ted.c:14: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_cli.c:14: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_cli.c:14: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from pathd/path_cli.c:14: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_ted.c:15: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_ted.c:15: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from pathd/path_cli.c:16: ./lib/northbound_cli.h:62:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 62 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/northbound_cli.h:80:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/termtable.h:11, from pathd/path_cli.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pathd/path_cli.c:17: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from pathd/path_ted.c:15: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from pathd/path_ted.c:17: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from ./pathd/path_errors.h:9, from pathd/path_ted.c:20: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ XRELFO zebra/zebra_fpm.la.xref CC bgpd/bgp_bmp.lo CC pathd/pathd_pcep_la-path_pcep_cli.lo CCLD lib/libfrr.la In file included from ./lib/zebra.h:185, from pathd/path_pcep_cli.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from pathd/path_pcep_cli.c:11: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from pathd/path_pcep_cli.c:11: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_pcep_cli.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from pathd/path_pcep_cli.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from pathd/path_pcep_cli.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/termtable.h:11, from pathd/path_pcep_cli.c:19: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from pathd/path_pcep_cli.c:19: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./pathd/path_errors.h:9, from pathd/path_pcep_cli.c:22: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ AR mgmtd/libmgmtd.a CCLD mgmtd/libmgmt_be_nb.la AR ospf6d/libospf6.a AR isisd/libisis.a AR ldpd/libldp.a AR sharpd/libsharp.a AR pbrd/libpbr.a AR bfdd/libbfd.a AR pathd/libpath.a In file included from ./lib/zebra.h:185, from bgpd/bgp_bmp.c:7: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from bgpd/bgp_bmp.c:9: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from bgpd/bgp_bmp.c:9: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_bmp.c:12: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from bgpd/bgp_bmp.c:12: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from bgpd/bgp_bmp.c:12: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ In file included from ./lib/lib_errors.h:11, from bgpd/bgp_bmp.c:21: ./lib/ferr.h:171:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | PRINTFRR(5, 6); | ^~~~~~~~ ./lib/ferr.h:175:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 175 | PRINTFRR(7, 8); | ^~~~~~~~ ./lib/ferr.h:216:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 216 | PRINTFRR(3, 4); | ^~~~~~~~ In file included from ./lib/termtable.h:11, from bgpd/bgp_bmp.c:26: ./lib/json.h:61:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 61 | const char *fmt, va_list args); | ^~~~~ ./lib/json.h:66:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | { | ^ ./lib/json.h:76:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 76 | va_list args); | ^~~~~~~ ./lib/json.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ ./lib/json.h:90:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 90 | va_list args); | ^~~~~~~ ./lib/json.h:93:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 93 | { | ^ ./lib/json.h:113:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 113 | const char *keyfmt, va_list args); | ^~~~~ ./lib/json.h:118:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 118 | { | ^ In file included from bgpd/bgp_bmp.c:26: ./lib/termtable.h:121:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 121 | const char *format, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/termtable.h:147:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 147 | PRINTFRR(2, 3); | ^~~~~~~~ XRELFO mgmtd/libmgmt_be_nb.la.xref AR bgpd/libbgp.a AR ospfd/libfrrospf.a CCLD pathd/pathd_pcep.la XRELFO pathd/pathd_pcep.la.xref CCLD zebra/zebra CCLD watchfrr/watchfrr CCLD pimd/mtracebis CCLD mgmtd/mgmtd CCLD ripd/ripd CCLD bgpd/bgpd CCLD ripngd/ripngd CCLD ospfd/ospfd CCLD ospf6d/ospf6d CCLD isisd/isisd CCLD isisd/fabricd CCLD ldpd/ldpd CCLD babeld/babeld CCLD eigrpd/eigrpd CCLD sharpd/sharpd CCLD pimd/pimd CCLD pbrd/pbrd CCLD staticd/staticd CCLD bfdd/bfdd CCLD pathd/pathd XRELFO lib/libfrr.la.xref CCLD bgpd/bgpd_bmp.la CCLD lib/grammar_sandbox CCLD tools/permutations CCLD tools/gen_northbound_callbacks CCLD tools/gen_yang_deviations CCLD bgpd/bgp_btoa CCLD bgpd/rfp-example/rfptest/rfptest CCLD pimd/test_igmpv3_join CCLD pceplib/pcep_pcc XRELFO zebra/zebra.xref XRELFO watchfrr/watchfrr.xref XRELFO mgmtd/mgmtd.xref XRELFO bgpd/bgpd.xref XRELFO ripd/ripd.xref XRELFO ripngd/ripngd.xref XRELFO ospfd/ospfd.xref XRELFO ospf6d/ospf6d.xref XRELFO isisd/isisd.xref XRELFO isisd/fabricd.xref XRELFO ldpd/ldpd.xref XRELFO babeld/babeld.xref XRELFO eigrpd/eigrpd.xref XRELFO sharpd/sharpd.xref XRELFO pimd/pimd.xref XRELFO pbrd/pbrd.xref XRELFO staticd/staticd.xref XRELFO bfdd/bfdd.xref XRELFO pathd/pathd.xref XRELFO bgpd/bgpd_bmp.la.xref XRELFO frr.xref CC vtysh/vtysh_cmd.o In file included from ./lib/zebra.h:185, from vtysh/vtysh_cmd.c:2: ./lib/assert/assert.h:42:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | __attribute__((noreturn)); | ^~~~~~~~~~~~~ In file included from ./lib/zlog.h:23, from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from vtysh/vtysh_cmd.c:4: ./lib/printfrr.h:49:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 49 | ssize_t vbprintfrr(struct fbuf *out, const char *fmt, va_list) at(2, 0); | ^~~~ ./lib/printfrr.h:50:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | ssize_t bprintfrr(struct fbuf *out, const char *fmt, ...) at(2, 3); | ^~~~ ./lib/printfrr.h:53:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 53 | ssize_t vsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:54:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 54 | ssize_t snprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:59:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 59 | ssize_t vcsnprintfrr(char *out, size_t sz, const char *fmt, va_list) at(3, 0); | ^~~~~~~ ./lib/printfrr.h:60:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 60 | ssize_t csnprintfrr(char *out, size_t sz, const char *fmt, ...) at(3, 4); | ^~~~~~~ ./lib/printfrr.h:64:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | char *vasprintfrr(struct memtype *mt, const char *fmt, va_list) atm(2, 0); | ^~~~~~~ ./lib/printfrr.h:65:26: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 65 | char *asprintfrr(struct memtype *mt, const char *fmt, ...) atm(2, 3); | ^~~~~~~ ./lib/printfrr.h:71:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 71 | const char *fmt, va_list) atn(4, 0); | ^~~~~ ./lib/printfrr.h:73:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 73 | const char *fmt, ...) atn(4, 5); | ^~~~~ In file included from ./lib/log.h:17, from ./lib/vty.h:22, from ./lib/command.h:11, from vtysh/vtysh_cmd.c:4: ./lib/zlog.h:64:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | va_list ap) PRINTFRR(3, 0); | ^~~~~~~ ./lib/zlog.h:69:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 69 | { | ^ ./lib/zlog.h:80:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 80 | { | ^ In file included from ./lib/yang.h:17, from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from vtysh/vtysh_cmd.c:4: ./lib/yang_wrappers.h:20:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 20 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:21:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 21 | extern bool yang_get_default_bool(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:27:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 27 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:28:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 28 | extern double yang_get_default_dec64(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:34:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 34 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:35:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 35 | extern int yang_get_default_enum(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:41:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 41 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:42:1: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 42 | extern int8_t yang_get_default_int8(const char *xpath_fmt, ...) PRINTFRR(1, 2); | ^~~~~~ ./lib/yang_wrappers.h:48:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 48 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:50:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 50 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:56:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 56 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:58:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 58 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:64:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 64 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:66:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 66 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:72:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 72 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:74:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 74 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:82:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 82 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:84:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 84 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:92:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 92 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:94:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 94 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:102:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 102 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:104:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 104 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:111:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 111 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang_wrappers.h:115:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 115 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:117:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 117 | PRINTFRR(1, 2); | ^~~~~~~~ ./lib/yang_wrappers.h:120:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 120 | PRINTFRR(3, 4); | ^~~~~~~~ ./lib/yang_wrappers.h:128:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 128 | PRINTFRR(4, 5); | ^~~~~~~~ ./lib/yang_wrappers.h:133:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 133 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang_wrappers.h:141:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 141 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:143:9: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 143 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:151:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 151 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:153:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 153 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:161:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 161 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:163:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 163 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:171:5: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 171 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:173:7: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 173 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:181:6: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 181 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:183:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 183 | ...) PRINTFRR(2, 3); | ^~~ ./lib/yang_wrappers.h:190:10: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 190 | const char *xpath_fmt, ...) PRINTFRR(3, 4); | ^~~~~ ./lib/yang_wrappers.h:192:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 192 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/northbound.h:14, from ./lib/vty.h:26, from ./lib/command.h:11, from vtysh/vtysh_cmd.c:4: ./lib/yang.h:343:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 343 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:379:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 379 | PRINTFRR(2, 3); | ^~~~~~~~ ./lib/yang.h:413:11: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 413 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:435:4: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 435 | ...) PRINTFRR(4, 5); | ^~~ ./lib/yang.h:472:8: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 472 | const char *xpath_fmt, ...) PRINTFRR(2, 3); | ^~~~~ ./lib/yang.h:580:2: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 580 | PRINTFRR(2, 3); | ^~~~~~~~ In file included from ./lib/command.h:11, from vtysh/vtysh_cmd.c:4: ./lib/vty.h:368:27: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 368 | extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ ./lib/vty.h:369:30: warning: 'gnu_syslog' is an unrecognized format function type [-Wformat=] 369 | extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3); | ^~~ CCLD vtysh/vtysh gmake[1]: Leaving directory '/pbulk/work/net/frr/work/frr-frr-9.1' cd /pbulk/work/net/frr/work/frr-frr-9.1 && rm -f doc/user/_build/html/_static/jquery-*.js doc/user/_build/html/_static/underscore-*.js => Creating /pbulk/work/net/frr/work/.rc.d/bgpd => Creating /pbulk/work/net/frr/work/.rc.d/ospf6d => Creating /pbulk/work/net/frr/work/.rc.d/ospfd => Creating /pbulk/work/net/frr/work/.rc.d/ripd => Creating /pbulk/work/net/frr/work/.rc.d/ripngd => Creating /pbulk/work/net/frr/work/.rc.d/zebra => Creating /pbulk/work/net/frr/work/.rc.d/staticd