]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Resolve Coverity dead_error_begin
authorJohn Ferlan <jferlan@redhat.com>
Fri, 31 Jan 2014 16:32:28 +0000 (11:32 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 31 Jan 2014 17:48:01 +0000 (12:48 -0500)
commit5c36e63198d8c6f2c32e06e0f3d2bdbc69ec03e8
tree3067f47438809f7cd6a7176a06bd9d43e69d3536
parente60b36cb0d251a16ce9da67a0f7bdb720e540e7f
Resolve Coverity dead_error_begin

Coverity complains about default: label in libxl_driver.c not be able
to be reached. It's by design for the code and since it's not necessary
in the code nor does it elicit any compiler/make check warnings - just
remove it rather than adding a coverity[dead_error_begin] tag.

While I'm at it, lxc_driver.c and nodeinfo.c have the same design, so I
removed the default labels and the existing coverity tags.
src/libxl/libxl_driver.c
src/lxc/lxc_driver.c
src/nodeinfo.c