From 4e83c7fcdd0655a85aacdd3454f977d1cad5247d Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Fri, 4 Oct 2024 11:27:48 +0100 Subject: [PATCH] =?UTF-8?q?CIFgen.c:309:10:=20warning:=20prototype=20for?= =?UTF-8?q?=20=E2=80=98SetMinBoxGrid=E2=80=99=20follows=20non-prototype=20?= =?UTF-8?q?definition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reference is not a forward reference, the function implementation for SetMinBoxGrid() is above this line being removed. --- cif/CIFgen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cif/CIFgen.c b/cif/CIFgen.c index e6cd47ef..7a6ebe56 100644 --- a/cif/CIFgen.c +++ b/cif/CIFgen.c @@ -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);