summaryrefslogtreecommitdiffstats
path: root/src/rbtree.c
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-24 07:57:37 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2022-11-28 13:02:57 +0100
commit6ce497caac85f53a54e359ca57ad0f9dc379021f (patch)
tree5006cfccfc1fc50eb3ac5673fd85e1d7c8768ac1 /src/rbtree.c
parentd9ba7353fbb52881d84b9a3bb7b47c14d0da74e6 (diff)
config: Fix -Wimplicit-function-declaration
read_config_yy.c: In function ‘yyparse’: read_config_yy.c:1765:16: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration] 1765 | yychar = yylex (); | ^~~~~ read_config_yy.c:1765:16: warning: nested extern declaration of ‘yylex’ [-Wnested-externs] read_config_yy.y:120:17: warning: implicit declaration of function ‘dlog’ [-Wimplicit-function-declaration] 120 | dlog(LOG_ERR, "LogFile path is longer than %u characters", | ^~~~ read_config_yy.y:120:17: warning: nested extern declaration of ‘dlog’ [-Wnested-externs] read_config_yy.y:240:14: warning: implicit declaration of function ‘inet_aton’; did you mean ‘in6_pton’? [-Wimplicit-function-declaration] 240 | if (!inet_aton($2, &conf.channel[conf.channel_num].u.mcast.in)) { | ^~~~~~~~~ | in6_pton Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1637 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/rbtree.c')
0 files changed, 0 insertions, 0 deletions