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

@@ -68,7 +68,7 @@ struct globals {
const char *autologin;
#endif
#if ENABLE_FEATURE_AUTOWIDTH
int win_width, win_height;
unsigned win_width, win_height;
#endif
/* same buffer used both for network and console read/write */
char buf[DATABUFSIZE];