mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
GCC14: warning: missing braces around initializer
GCC14 -Wall cleanup series [-Wmissing-braces]
This commit is contained in:
committed by
Tim Edwards
parent
3300f45a22
commit
967b41343b
+1
-1
@@ -208,7 +208,7 @@ dbwUndoChangeEdit(ep)
|
||||
Rect area;
|
||||
CellUse *use;
|
||||
CellDef *editDef, *parent;
|
||||
static Rect origin = {-1, -1, 1, 1};
|
||||
static Rect origin = {{-1, -1}, {1, 1}};
|
||||
|
||||
/* Redisplay the old edit cell */
|
||||
GeoTransRect(&EditToRootTransform, &(EditCellUse->cu_def->cd_bbox), &area);
|
||||
|
||||
Reference in New Issue
Block a user