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. --- util-linux/more.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util-linux') diff --git a/util-linux/more.c b/util-linux/more.c index 257f40168..2577a67ac 100644 --- a/util-linux/more.c +++ b/util-linux/more.c @@ -62,8 +62,8 @@ int more_main(int argc ATTRIBUTE_UNUSED, char **argv) FILE *file; FILE *cin; int len; - int terminal_width; - int terminal_height; + unsigned terminal_width; + unsigned terminal_height; INIT_G(); -- cgit v1.2.3