mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00: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:
parent
b46b7785ac
commit
2676903fc0
@ -6296,6 +6296,7 @@ qemuBuildCpuArgStr(virQEMUDriverPtr driver,
|
||||
virBufferAddLit(&buf, ",kvm=off");
|
||||
break;
|
||||
|
||||
/* coverity[dead_error_begin] */
|
||||
case VIR_DOMAIN_KVM_LAST:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user