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
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