提交 e2f14211 编写于 作者: P Peter Krempa

qemu: Fix build error introduced in 653137eb

The build failure is caused by a false positive of some static analysys
steps done by gcc (that don't happen on -O0).
上级 653137eb
...@@ -15807,7 +15807,7 @@ qemuDomainSetBlockIoTune(virDomainPtr dom, ...@@ -15807,7 +15807,7 @@ qemuDomainSetBlockIoTune(virDomainPtr dom,
int ret = -1; int ret = -1;
size_t i; size_t i;
int idx = -1; int idx = -1;
int conf_idx; int conf_idx = -1;
bool set_bytes = false; bool set_bytes = false;
bool set_iops = false; bool set_iops = false;
virQEMUDriverConfigPtr cfg = NULL; virQEMUDriverConfigPtr cfg = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册