virnetdevip: Avoid cast align warning

Commit 7282f455a got rid of the VIR_WARNINGS_NO_CAST_ALIGN macro
when refactoring the code and broke the build with clang.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Ján Tomko 2019-01-15 13:00:52 +01:00
parent 7ea55e04c3
commit 0ca65b7b61

View File

@ -599,7 +599,9 @@ virNetDevIPCheckIPv6ForwardingCallback(struct nlmsghdr *resp,
data->hasRARoutes = true;
len -= NLMSG_ALIGN(nh->rtnh_len);
VIR_WARNINGS_NO_CAST_ALIGN
nh = RTNH_NEXT(nh);
VIR_WARNINGS_RESET
}
}