]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: fix OpenBSD pedantic format warnings
authorDavid Lamparter <equinox@diac24.net>
Tue, 14 Jul 2020 10:02:54 +0000 (12:02 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 14 Jul 2020 10:02:54 +0000 (12:02 +0200)
commit47b13e9bc0de0a7ee53aedb09b6bf33e63e4444c
tree463d5ffa2bcfc1b1b9c91194d6e869f1c6e925f0
parent6cde4b45528e52819c803de92d10d4be3abddf29
isisd: fix OpenBSD pedantic format warnings

constants are int-typed, so adding something to an uint8_t yields an
int.  Nevermind the fact that varargs calling conventions require
upcasting everything smaller than an int to an int anyways...

Signed-off-by: David Lamparter <equinox@diac24.net>
isisd/isis_pdu.c
isisd/isis_tlvs.c