]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_route.c
*: use void * for printing pointers
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 3 Mar 2015 07:51:53 +0000 (08:51 +0100)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 May 2016 01:27:26 +0000 (21:27 -0400)
commit6c4f4e6e6a00d412f2c683f0a4232389ee7235f8
tree7dbee5d120c31c701b63ac92585aff3087caf8da
parent8f2c16aab0388ea624ea67cf9a025a662ed9a84b
*: use void * for printing pointers

On higher warning levels, compilers expect %p printf arguments to be
void *.  Since format string / argument warnings can be useful
otherwise, let's get rid of this noise by sprinkling casts to void *
over printf calls.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
17 files changed:
bgpd/bgp_aspath.c
bgpd/bgp_vty.c
isisd/isis_spf.c
lib/buffer.c
lib/stream.c
ospf6d/ospf6_intra.c
ospf6d/ospf6_lsa.c
ospf6d/ospf6_route.c
ospf6d/ospf6_spf.c
ospfd/ospf_apiserver.c
ospfd/ospf_flood.c
ospfd/ospf_lsa.c
ospfd/ospf_lsdb.c
ospfd/ospf_packet.c
ospfd/ospf_spf.c
ospfd/ospf_te.c
zebra/zebra_rib.c