Re: [PATCH 5/7] Explicitly cast some switch parameters to enum

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 03/17/2014 08:39 AM, Martin Kletzander wrote:
> This patch is not trying to fix every switch, just the ones I worked
> with last time, because some of these were especially unreadable.
> Covers enums virDomainGraphicsType and virDomainChrType (where
> applicable).
> 
> Also sort it's cases by their value.

s/it's/its/ (remember, "it's" is usable only if you could say "it is"
and still make sense; in all other usage you want "its")

> 
> Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx>
> ---
>  src/conf/domain_conf.c  | 22 +++++++++++++---------
>  src/qemu/qemu_command.c |  4 +++-
>  2 files changed, 16 insertions(+), 10 deletions(-)
> 
> @@ -1201,6 +1201,10 @@ void virDomainGraphicsDefFree(virDomainGraphicsDefPtr def)
>          VIR_FREE(def->data.spice.keymap);
>          virDomainGraphicsAuthDefClear(&def->data.spice.auth);
>          break;
> +
> +    case VIR_DOMAIN_GRAPHICS_TYPE_LAST:
> +        /* coverity[dead_error_begin] */
> +        break;

This Coverity comment is probably not necessary (but John can confirm
faster than me).

ACK once we figure out if we can drop that comment.

-- 
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@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]