mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
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:
committed by
Tim Edwards
parent
932deeaf2d
commit
32a7323287
+1
-1
@@ -445,7 +445,7 @@ SimSelection(cmd)
|
||||
char *strPtr;
|
||||
bool goodReply;
|
||||
|
||||
extern RsimErrorMsg();
|
||||
extern void RsimErrorMsg();
|
||||
|
||||
timeString[0] = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user