Warnings building 2.4.22rc2 with gcc 3.3

From: Alex Davis
Date: Mon Aug 11 2003 - 03:59:35 EST


When I build 2.4.22rc2 with gcc 3.3, I get the following warnings


vt.c:166: warning: comparison is always false due to limited range of data type
vt.c:283: warning: comparison is always false due to limited range of data type
keyboard.c:644: warning: comparison is always true due to limited range of data type

It seems an unsigned char is being compared with 256, which always returns false.

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/