mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 23:25:24 +00:00
util: add missing equal sign in initialization
Fix the build with clang: util/virperf.c:86:27: error: use of GNU 'missing =' extension in designator [-Werror,-Wgnu-designator] [VIR_PERF_EVENT_MBML] { ^ =
This commit is contained in:
parent
5a990e0bf3
commit
b80b0c4517
@ -83,7 +83,7 @@ static struct virPerfEventAttr attrs[] = {
|
|||||||
.attrType = 0,
|
.attrType = 0,
|
||||||
.attrConfig = 2
|
.attrConfig = 2
|
||||||
},
|
},
|
||||||
[VIR_PERF_EVENT_MBML] {
|
[VIR_PERF_EVENT_MBML] = {
|
||||||
.attrType = 0,
|
.attrType = 0,
|
||||||
.attrConfig = 3
|
.attrConfig = 3
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user