netlink: fix build

This commit is contained in:
Alexander V. Chernikov 2023-05-27 12:29:14 +00:00
parent 7ee6b0f125
commit 30376771fc

View file

@ -95,8 +95,8 @@ struct rta_mpath {
};
static bool
nlattr_get_multipath(struct snl_state *ss, struct nlattr *nla, const void *arg,
void *target)
nlattr_get_multipath(struct snl_state *ss, struct nlattr *nla,
const void *arg __unused, void *target)
{
uint32_t start_size = 4;