Fix a bunch of warnings.
This commit is contained in:
parent
2256d5d3dc
commit
e9b2f5729c
5 changed files with 7 additions and 1 deletions
|
|
@ -74,6 +74,7 @@ FILE * fd4;
|
|||
static void
|
||||
intr_hdlr (int sig)
|
||||
{
|
||||
(void) sig;
|
||||
printf ("\nQuitting...\n");
|
||||
printf ("Please send a last command to the emulator to quit properly.\n");
|
||||
quitting = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue