more -Wall warning fixes. -Wall is enabled now.

This commit is contained in:
Denis Vlasenko
2008-05-18 22:28:26 +00:00
parent e125a683a7
commit 5599502a55
14 changed files with 34 additions and 35 deletions

View File

@ -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();