Correct almost all compiler warning issues

This commit is contained in:
RichardHitt
2013-01-19 12:33:16 -08:00
parent a46f89998c
commit 4e0daf047e
11 changed files with 27 additions and 27 deletions

View File

@@ -1257,7 +1257,7 @@ cmd_menu (struct session *sess, char *tbuf, char *word[], char *word_eol[])
int idx = 2;
int len;
int pos = 0xffff;
int state;
int state = 0;
int toggle = FALSE;
int enable = TRUE;
int markup = FALSE;