From 5599502a550a7f892d4b73dceb2105a6916f83e6 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 18 May 2008 22:28:26 +0000 Subject: more -Wall warning fixes. -Wall is enabled now. --- procps/top.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'procps/top.c') diff --git a/procps/top.c b/procps/top.c index ca43376..ed74879 100644 --- a/procps/top.c +++ b/procps/top.c @@ -742,9 +742,10 @@ enum { int top_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int top_main(int argc ATTRIBUTE_UNUSED, char **argv) { - int count, lines, col; - unsigned interval; + int count; int iterations; + unsigned lines, col; + unsigned interval; char *sinterval; SKIP_FEATURE_TOPMEM(const) unsigned scan_mask = TOP_MASK; #if ENABLE_FEATURE_USE_TERMIOS -- cgit v1.1