diff options
Diffstat (limited to 'proto_ipv6_dest_opts.c')
-rw-r--r-- | proto_ipv6_dest_opts.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto_ipv6_dest_opts.c b/proto_ipv6_dest_opts.c index dfdd256..696b6e2 100644 --- a/proto_ipv6_dest_opts.c +++ b/proto_ipv6_dest_opts.c @@ -22,7 +22,8 @@ struct dest_optshdr { } __packed; -static void dissect_opt_dest(struct pkt_buff *pkt, ssize_t *opt_len) +static void dissect_opt_dest(struct pkt_buff *pkt __maybe_unused, + ssize_t *opt_len) { /* Have to been upgraded. * http://tools.ietf.org/html/rfc2460#section-4.2 |