Netlink: Minor cleanup

This commit is contained in:
Ondrej Zajicek (work) 2022-02-08 22:21:08 +01:00
parent edc1a24017
commit ef614f2984

View 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.