From: Ondrej Zajicek (work) Date: Tue, 8 Feb 2022 21:21:08 +0000 (+0100) Subject: Netlink: Minor cleanup X-Git-Tag: v2.0.9~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef614f29843ab2bdfb0ff5ed5da0a989eeaa33a6;p=thirdparty%2Fbird.git Netlink: Minor cleanup --- diff --git a/sysdep/linux/netlink.c b/sysdep/linux/netlink.c index f662301dd..29b744cbe 100644 --- a/sysdep/linux/netlink.c +++ b/sysdep/linux/netlink.c @@ -162,7 +162,7 @@ nl_open_sock(struct nl_sock *nl) } static void -nl_set_strict_dump(struct nl_sock *nl, int strict) +nl_set_strict_dump(struct nl_sock *nl UNUSED, int strict UNUSED) { /* * Strict checking is not necessary, it improves behavior on newer kernels.