Regression/PR16166/towers.c: gcc14 warning suppression

This commit is contained in:
Frank Ch. Eigler 2024-01-25 16:38:34 -05:00
parent 9c100ef16f
commit 5c095346d4

View File

@ -30,7 +30,7 @@ error (emsg)
}
void
makenull (s)
makenull (int s)
{
stack[s] = 0;
}