From 73629467edf2883af465128bb081f194fe030759 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Wed, 11 Nov 2020 14:12:51 -0500 Subject: [PATCH] Added a forward reference to prevent a compiler warning. --- cif/CIFgen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cif/CIFgen.c b/cif/CIFgen.c index 8c4e234e..938729be 100644 --- a/cif/CIFgen.c +++ b/cif/CIFgen.c @@ -148,6 +148,8 @@ cifGrowMinFunc(tile, table) int locDist, width, height, h; TileType type, tptype; Tile *tp, *tp2; + void SetMinBoxGrid(); /* Forward reference */ + TiToRect(tile, &area);