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:
John Ferlan 2014-09-04 15:19:47 -04:00
parent b46b7785ac
commit 2676903fc0

View File

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