On 6/30/07, Uwe Hermann uwe@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