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:
parent
bf45f9ea31
commit
4e83c7fcdd
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue