mirror of
https://git.busybox.net/busybox.git
synced 2024-11-24 14:13:26 +08:00
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:
parent
2b306e906f
commit
c350485b18
@ -2674,7 +2674,7 @@ static int bufsum(char *buf, int count)
|
||||
//----- Draw the status line at bottom of the screen -------------
|
||||
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
|
||||
// create one.
|
||||
|
Loading…
Reference in New Issue
Block a user