]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Resolve Coverity DEADCODE
authorJohn Ferlan <jferlan@redhat.com>
Thu, 4 Sep 2014 19:19:47 +0000 (15:19 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 11 Sep 2014 12:10:13 +0000 (08:10 -0400)
Add another 'dead_code_begin' - victims of our own coding practices

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c

index 665a590a4653f930c8d4f1d1fe19d0069344c6ba..e5270bd2329426eb49ac8adda2b0fb6a8c360307 100644 (file)
@@ -6296,6 +6296,7 @@ qemuBuildCpuArgStr(virQEMUDriverPtr driver,
                     virBufferAddLit(&buf, ",kvm=off");
                 break;
 
+            /* coverity[dead_error_begin] */
             case VIR_DOMAIN_KVM_LAST:
                 break;
             }