Re: [PATCH iproute2] Fix compile warning in get_addr_1

2016-12-14 Thread Stephen Hemminger
On Tue, 13 Dec 2016 15:34:32 -0800 David Ahern wrote: > A recent cleanup causes a compile warning on Debian jessie: > > CC utils.o > utils.c: In function ‘get_addr_1’: > utils.c:486:21: warning: passing argument 1 of ‘ll_addr_a2n’ from > incompatible pointer type >len = ll_addr_a2

[PATCH iproute2] Fix compile warning in get_addr_1

2016-12-13 Thread David Ahern
A recent cleanup causes a compile warning on Debian jessie: CC utils.o utils.c: In function ‘get_addr_1’: utils.c:486:21: warning: passing argument 1 of ‘ll_addr_a2n’ from incompatible pointer type len = ll_addr_a2n(&addr->data, sizeof(addr->data), name); ^ In fi