]> granicus.if.org Git - libnl/commit
Fix build warning after const char ** convert
authorThomas Graf <tgraf@redhat.com>
Wed, 29 Aug 2012 10:05:51 +0000 (12:05 +0200)
committerThomas Graf <tgraf@redhat.com>
Wed, 29 Aug 2012 10:05:51 +0000 (12:05 +0200)
commit376a0e29c720add10064b9caa51d8b854b936c48
tree3d9cdfc698b87b46c814f34f3c5bdee0728af530
parent8222519f85921595b4f36e4dde927fcc677a4afb
Fix build warning after const char ** convert

Commit 25d640da4a caused the following build warning:
../include/netlink/utils.h:47:15: note: expected 'const char **' but argument is of type 'char **'
route/link/inet6.c:300:11: warning: passing argument 2 of 'nl_cancel_down_bytes' from incompatible pointer type [enabled by default]

Revert the const char ** change.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
include/netlink/utils.h
lib/utils.c