summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2022-02-08 22:21:08 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2022-02-08 22:21:08 +0100
commitef614f29843ab2bdfb0ff5ed5da0a989eeaa33a6 (patch)
tree7c00d3dcbc888c9fb681df3f31350fc188c384fc
parentedc1a2401752c3db30df1b9c6c796c06a8c59cc1 (diff)
Netlink: Minor cleanup
-rw-r--r--sysdep/linux/netlink.c2
1 files changed, 1 insertions, 1 deletions
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.