From a0afe242c82547f78ae61962cf6ce7b3495fc9b7 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Mon, 23 Mar 2026 22:41:59 +0000 Subject: [PATCH] extract/ExtNghbors.c: fix older compiler support for label ExtNghbors.c:615:1: error: label at end of compound statement since: 846c8e0f6 (2026-01-15 8.3.591) This fixes AppImage 7/8/9 which use older compiler versions. --- extract/ExtNghbors.c | 1 + 1 file changed, 1 insertion(+) diff --git a/extract/ExtNghbors.c b/extract/ExtNghbors.c index 4347480a..fc640c6c 100644 --- a/extract/ExtNghbors.c +++ b/extract/ExtNghbors.c @@ -614,6 +614,7 @@ termtop: termdone: /* (continue) */ + (void)0; /* older compilers need a statement after the label to prevent a compile error */ } /* Clean up---Put the ClientData entries in the tiles back to