diff options
author | Florian Westphal <fw@strlen.de> | 2018-06-17 22:35:30 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2018-06-17 22:41:35 +0200 |
commit | 856a875aeb20708e1af2b6d5ca956df25e34f073 (patch) | |
tree | dab9b2f57f7ab920e6fe863016fbb97a6ce3de0a /include | |
parent | ae6e159a78c1431d3382af192c509d80fab25ce4 (diff) | |
download | platform_external_iptables-856a875aeb20708e1af2b6d5ca956df25e34f073.tar.gz platform_external_iptables-856a875aeb20708e1af2b6d5ca956df25e34f073.tar.bz2 platform_external_iptables-856a875aeb20708e1af2b6d5ca956df25e34f073.zip |
xtables: silence two compiler warnings
inlined from ‘do_commandarp’ at xtables-arp.c:1198:16:
xtables-arp.c:844:2: warning: ‘strncpy’ specified bound 29 equals destination size [-Wstringop-truncation]
strncpy(target->t->u.user.name, jumpto, sizeof(target->t->u.user.name));
xtables-eb-translate.c: In function ‘do_commandeb_xlate’:
xtables-eb-translate.c:285:6: warning: unused variable ‘chcounter’ [-Wunused-variable]
int chcounter = 0; /* Needed for -C */
^~~~~~~~~
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions