Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libc/stdio



Hi,

It seems that lint(1) is not cross build safe, it doesn't handle MD char
default type of sign/unsignd. See src/usr.bin/xlint/lint1/tree.c::cvtcon().
They use host MD CHAR_MAX directry ;)

So, if cross building ppc/arm on other arch cause false alarm , "out of
range " warnng.

very truly yours.
-- 
Takehiko NOZAKI<tnozaki%NetBSD.org@localhost>

2012/3/21 Christos Zoulas <christos%netbsd.org@localhost>:
> Module Name:    src
> Committed By:   christos
> Date:           Wed Mar 21 14:20:47 UTC 2012
>
> Modified Files:
>        src/lib/libc/stdio: vfwprintf.c
>
> Log Message:
> unsigned char portability casts
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.28 -r1.29 src/lib/libc/stdio/vfwprintf.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>


Home | Main Index | Thread Index | Old Index