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 <jfer...@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

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to