mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: Resolve Coverity DEADCODE
Add another 'dead_code_begin' - victims of our own coding practices Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
@@ -6296,6 +6296,7 @@ qemuBuildCpuArgStr(virQEMUDriverPtr driver,
|
||||
virBufferAddLit(&buf, ",kvm=off");
|
||||
break;
|
||||
|
||||
/* coverity[dead_error_begin] */
|
||||
case VIR_DOMAIN_KVM_LAST:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user