[BusyBox] Compiler warning in libbb/libbb.h

Erik Andersen andersen at lineo.com
Tue Apr 24 14:08:43 UTC 2001


On Tue Apr 24, 2001 at 01:59:42PM +0200, Dirk Behme wrote:
> Hello,
> 
> we are compiling BusyBox 0.51 with mipsel-linux-gcc and -Wall. Every
> time libbb/libbb.h is included, we get the following warning:
[-------------snip--------------]
> -static inline int is_decimal(ch) { return ((ch >= '0') && (ch <= '9')); }
> -static inline int is_octal(ch)   { return ((ch >= '0') && (ch <= '7')); }
> +static inline int is_decimal(char ch) { return ((ch >= '0') && (ch <= '9')); }
> +static inline int is_octal(char ch)   { return ((ch >= '0') && (ch <= '7')); }

Yup.  We have that fixed in CVS, but missed it for the 0.51 release.
Sorry about that,

 -Erik

--
Erik B. Andersen   email:  andersen at lineo.com
--This message was written using 73% post-consumer electrons--





More information about the busybox mailing list