At 05:34 PM 1/12/2002 +0000, Nicholas Clark wrote:
>What's the point of having a policy of turning gcc's warnings to painful
>levels when it appears that commit policy will accept new code that increases
>the number of compiler warnings?

There isn't one--it's stupid.

So, I'm turning off the unused parameter warning for now to shut the .ops 
file compiles up. After that point, all submitted patches must generate no 
more warnings than were currently being generated, and all submitted 
patches must *not* generate warnings in the areas they patch.

>end RANT. Awkward question:
>
>interpreter.c:69: warning: cast increases required alignment of target type
>
>If we're serious about -Wcast-align we MUST change the generic pointer from
>void * (which will have the most loose cast alignment) to something that
>has the highest alignment on the given machine. (typically double *, I'd
>assume).

Good point. I'll add a GenericPtr type we can use and have configure make 
it the most restrictive we can.

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to