]> git.proxmox.com Git - mirror_frr.git/commit
tests: Let compiler know this was an intentionall fallthrough
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Jul 2018 19:00:52 +0000 (15:00 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Jul 2018 19:00:52 +0000 (15:00 -0400)
commitccc34deb3830addd15ea8fa0e41e5444bca47815
tree61f8ed5b43bb2c39f28079511833547ca16ec0ab
parent9fc8a332b10b7ef14ffbadb167dcffdafcc8174f
tests: Let compiler know this was an intentionall fallthrough

Let the compiler know that this code intentionally fell
through to the next case statement in a switch.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/bgpd/test_capability.c