mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
common: Fix -Wmissing-field-initializers
This commit is contained in:
parent
6f3918ce7c
commit
fbdd4e41c0
@ -2978,7 +2978,7 @@ miWideDashSegment (GCPtr pGC,
|
||||
double L, l;
|
||||
double k;
|
||||
PolyVertexRec vertices[4];
|
||||
PolyVertexRec saveRight = { 0 }, saveBottom;
|
||||
PolyVertexRec saveRight = { 0, 0 }, saveBottom;
|
||||
PolySlopeRec slopes[4];
|
||||
PolyEdgeRec left[4], right[4];
|
||||
LineFaceRec lcapFace, rcapFace;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user