Fix all the simple compiler warnings.
This commit is contained in:
parent
34621b054a
commit
bfa06be62d
5 changed files with 5 additions and 10 deletions
2
main.c
2
main.c
|
@ -904,7 +904,7 @@ static void listobjects(void)
|
|||
static bool do_command(FILE *cmdin)
|
||||
/* Get and execute a command */
|
||||
{
|
||||
long KQ, VERB, KK, V1, V2;
|
||||
long KQ, VERB, V1, V2;
|
||||
long i, k, KMOD;
|
||||
static long igo = 0;
|
||||
static long obj = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue