CIFgen.c:309:10: warning: prototype for ‘SetMinBoxGrid’ follows non-prototype definition

This reference is not a forward reference, the function implementation
for SetMinBoxGrid() is above this line being removed.
This commit is contained in:
Darryl L. Miles 2024-10-04 11:27:48 +01:00 committed by Tim Edwards
parent bf45f9ea31
commit 4e83c7fcdd
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@ cifGrowMinFunc(tile, table)
TileType type, tptype;
Tile *tp, *tp2;
bool changed;
void SetMinBoxGrid(Rect *area, int width); /* Forward reference */
TiToRect(tile, &area);