]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Netlink: Minor cleanup
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 8 Feb 2022 21:21:08 +0000 (22:21 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 8 Feb 2022 21:21:08 +0000 (22:21 +0100)
sysdep/linux/netlink.c

index f662301dd86c1c1c683fd8f71f6999f5a69dd3f6..29b744cbed0f5c90b3b168854d6cf946ad3b3e15 100644 (file)
@@ -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.