0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00

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.