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:
parent
932deeaf2d
commit
32a7323287
|
|
@ -445,7 +445,7 @@ SimSelection(cmd)
|
|||
char *strPtr;
|
||||
bool goodReply;
|
||||
|
||||
extern RsimErrorMsg();
|
||||
extern void RsimErrorMsg();
|
||||
|
||||
timeString[0] = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue