SimSelect.c: type defaults to 'int' in declaration of 'RsimErrorMsg'

GCC14 --without-tk --without-tcl
Related issue: https://github.com/RTimothyEdwards/magic/issues/323
This commit is contained in:
Darryl L. Miles 2024-10-02 06:59:00 +01:00 committed by Tim Edwards
parent 932deeaf2d
commit 32a7323287
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ SimSelection(cmd)
char *strPtr;
bool goodReply;
extern RsimErrorMsg();
extern void RsimErrorMsg();
timeString[0] = 0;