initialize a couple of vars whose warnings were suppressed because

i was building w/ debug on before, which suppresses optimization.
This commit is contained in:
Paul Fox
2005-09-16 12:48:18 +00:00
parent 2b306e906f
commit c350485b18

View File

@ -2674,7 +2674,7 @@ static int bufsum(char *buf, int count)
//----- Draw the status line at bottom of the screen ------------- //----- Draw the status line at bottom of the screen -------------
static void show_status_line(void) static void show_status_line(void)
{ {
int cnt, cksum; int cnt = 0, cksum = 0;
// either we already have an error or status message, or we // either we already have an error or status message, or we
// create one. // create one.