]> git.puffer.fish Git - mirror/frr.git/commit
vrrpd: Make clang 11 happy 6802/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 26 Jul 2020 23:05:09 +0000 (19:05 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 26 Jul 2020 23:05:09 +0000 (19:05 -0400)
commit0b1321e2185a216a4135ad92973e440a1ba3f08e
treec38cb30677793a3faa34537b7c4d69592734ef5c
parentced26d3d49360dd9c0a1a275721f652ffcb9f34e
vrrpd: Make clang 11 happy

Recent changes to remove PRIu... in commit:
6cde4b45528e52819c803de92d10d4be3abddf29

causes clang 11 to be unhappy, with length of field warnings.
Modify the offending code to compile properly using that compiler.
I've tested against clang 11 and gcc 9.3

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
vrrpd/vrrp.c
vrrpd/vrrp_packet.c
vrrpd/vrrp_vty.c