commit | eed3c48d3a7d2dae2cae2f2f250deffb843754a6 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Tue Mar 03 08:51:53 2015 +0100 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue Apr 21 10:17:31 2015 +0200 |
tree | 07b2252438225065024d4a534eddf0e86c9b87a4 | |
parent | ef008d2f8dc8f7160d8a3d24a15f2fad79ef3242 [diff] |
*: 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>