]> git.proxmox.com Git - mirror_iproute2.git/commit
cleanup warnings
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 4 Aug 2014 17:30:35 +0000 (10:30 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 4 Aug 2014 17:30:35 +0000 (10:30 -0700)
commit656111b2f9c5932350e697a1aaa70ba2d9b40bc7
tree216d869aa12f9e7d8029197ae161280898bf4e7c
parent3757185b29bba37943107ce49c21553054023f44
cleanup warnings

ll_index can return -1 but was declared unsigned.
rt_addr_n2a had unused length parameter
13 files changed:
include/ll_map.h
include/utils.h
ip/iplink_bond.c
ip/ipmroute.c
ip/ipprefix.c
ip/iproute.c
ip/iprule.c
ip/iptunnel.c
ip/ipxfrm.c
ip/link_ip6tnl.c
ip/xfrm_monitor.c
lib/ll_map.c
lib/utils.c