mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 22:55:23 +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,
|
||||
.attrConfig = 2
|
||||
},
|
||||
[VIR_PERF_EVENT_MBML] {
|
||||
[VIR_PERF_EVENT_MBML] = {
|
||||
.attrType = 0,
|
||||
.attrConfig = 3
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user