Fix all the simple compiler warnings.

This commit is contained in:
Jason S. Ninneman 2017-06-13 11:15:43 -07:00
parent 34621b054a
commit bfa06be62d
5 changed files with 5 additions and 10 deletions

2
main.c
View file

@ -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;