[LinuxBIOS] [PATCH] Fix various compiler warnings and potential bugs

Segher Boessenkool segher at kernel.crashing.org
Thu Feb 1 21:04:25 CET 2007


On 1-feb-2007, at 20:46, Ed Swierk wrote:

> On 2/1/07, Carl-Daniel Hailfinger <c-d.hailfinger.devel. 
> 2006 at gmx.net> wrote:
>> Hmmm. You know that the signedness of char is not defined?
>
> Yes, but if functions like strlen() take a char *, then shouldn't the
> parameter be signed rather than unsigned?

No; plain char is unsigned on almost all mainstream
architectures.


Segher





More information about the coreboot mailing list