]> git.proxmox.com Git - mirror_frr.git/commit
*: fix some dumb printf format warnings
authorDavid Lamparter <equinox@diac24.net>
Thu, 6 Jun 2019 21:48:15 +0000 (23:48 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 11 Jun 2019 11:34:57 +0000 (13:34 +0200)
commit051a0be4b2ec9cba419272df0f9c3be7f89f065b
tree44cbea503b52b9a43b472c752772d3ee20e0012e
parente787685f864d143bf8ec1c76e16b9c318a380b52
*: fix some dumb printf format warnings

Some types like `time_t` vary across platforms and always need to be
cast when printed.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/thread.c
sharpd/sharp_vty.c
sharpd/sharp_zebra.c
watchfrr/watchfrr.c