>> Maybe the best thing to do is remove "-Wshadow"

> I may do that right before releasing a public version, but I don't
> want to remove it at the moment.

Ok.
 
>> Thus, I propose this patch, that renmoves -Wshadow. Also, it would be
>> good to add -Wno-unused and -Wno-pointer-arith in the netboot/ dir,

> This looks like hushing up problems to which you don't want to face
> up. Why don't you fix actual causes?

You don't want to fix the causes, per your previous message, as the
code is imported from another package and should not be differentiated
if not strictly needed to ease merging their enhancements.

As a matter of facts, the etherboot package doesn't have -Wshadow, so
the problem either remains unnoticed or is not a problem at all,
according to who comments on the issue. They use -Wall -Wno-format
-Wno-unused, which is pretty lazy, in my opinion.

/alessandro

Reply via email to