]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: silence coverity false positives
authorEric Blake <eblake@redhat.com>
Mon, 6 Jun 2011 19:23:24 +0000 (13:23 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 8 Jun 2011 11:30:56 +0000 (05:30 -0600)
commit1eca8c3e8c132114af44057102da961e4865053e
tree20218b88a1398654ac09230610f01a6dc309bc6b
parent657ae229c8bb8dccba2f32b389240ac9e4feaf7e
build: silence coverity false positives

Coverity complained about these intentional fallthrough cases, but
not about other cases that were explicitly marked with nice comments.

For some reason, Coverity doesn't seem smart enough to parse the
up-front English comment in virsh about intentional fallthrough :)

* tools/virsh.c (cmdVolSize): Mark fallthrough in a more typical
fashion.
* src/conf/nwfilter_conf.c (virNWFilterRuleDefDetailsFormat)
(virNWFilterRuleDetailsParse): Mark explicit fallthrough.
src/conf/nwfilter_conf.c
tools/virsh.c