[libvirt] [PATCH] libxl: Resove Coverity dead_error_begin

Eric Blake eblake at redhat.com
Fri Jan 31 16:45:46 UTC 2014


On 01/31/2014 09:35 AM, John Ferlan wrote:
> Coverity complains about default: label not be able to be reached.  It's by
> design for the code, so just add a Coverity tag for dead_error_begin
> 
> Signed-off-by: John Ferlan <jferlan at redhat.com>
> ---
>  src/libxl/libxl_driver.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c
> index fc0efa2..513a597 100644
> --- a/src/libxl/libxl_driver.c
> +++ b/src/libxl/libxl_driver.c
> @@ -4168,6 +4168,7 @@ libxlDomainGetNumaParameters(virDomainPtr dom,
>  
>              break;
>  
> +        /* coverity[dead_error_begin] */
>          default:
>              break;
>          }
> 

Why not just delete the label instead; then you don't need a Coverity
marker?

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140131/a0867e8c/attachment-0001.sig>


More information about the libvir-list mailing list