[LinuxBIOS] r418 - in LinuxBIOSv3: arch/x86 device include include/arch/x86 include/arch/x86/arch include/device lib util/dtc

ron minnich rminnich at gmail.com
Sat Jun 30 21:23:05 CEST 2007


On 6/30/07, Uwe Hermann <uwe at hermann-uwe.de> wrote:

> >               ')' ';' {
> >                               /* convention: first property is labeled with path */
> > -                             $6->label = strdup($3.val);
> > +                             $6->label = strdup((char *)$3.val);
>
> Is this the correct fix for the warning? I didn't notice this warning
> before so it must have been introduced by some recent change?

I don't know how that crept in. it was while I was trying to figure things out.

It's a mistake, I will submit a patch to yank it.

ron




More information about the coreboot mailing list