From ef614f29843ab2bdfb0ff5ed5da0a989eeaa33a6 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Tue, 8 Feb 2022 22:21:08 +0100 Subject: [PATCH] Netlink: Minor cleanup --- sysdep/linux/netlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdep/linux/netlink.c b/sysdep/linux/netlink.c index f662301d..29b744cb 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.