From 32a7323287fc8b652a10b9e8cb20396fcfbba2ae Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Wed, 2 Oct 2024 06:59:00 +0100 Subject: [PATCH] SimSelect.c: type defaults to 'int' in declaration of 'RsimErrorMsg' GCC14 --without-tk --without-tcl Related issue: https://github.com/RTimothyEdwards/magic/issues/323 --- sim/SimSelect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/SimSelect.c b/sim/SimSelect.c index db0ffebd..41290dea 100644 --- a/sim/SimSelect.c +++ b/sim/SimSelect.c @@ -445,7 +445,7 @@ SimSelection(cmd) char *strPtr; bool goodReply; - extern RsimErrorMsg(); + extern void RsimErrorMsg(); timeString[0] = 0;