![]() strlen() returns a size_t type, but nla_put accepts an int only. This breaks a -Werror build of applications using libnl, so avoid this warning by explicitly casting the length to an int. Signed-off-by: Peter Wu <peter@lekensteyn.nl> Signed-off-by: Thomas Haller <thaller@redhat.com> |
||
---|---|---|
.. | ||
linux | ||
netlink | ||
netlink-private | ||
Makefile.am |