[chromium-dev] Re: Where does -Werror get disabled for WebCore?

2009-09-14 Thread Jens Alfke
Just for fun I turned on -Wall -Werror when building webcore on my Mac. The majority of the warnings were from our own code, actually — nothing serious, but several reports of unused variables/functions and class member initialization order mismatches, mostly in the V8 glue. Seems like

[chromium-dev] Re: Where does -Werror get disabled for WebCore?

2009-09-13 Thread Jeremy Orlow
Unless we can get people upstream to compile with -Wall -Werror, that'll be an uphill battle (every time we want to roll to a new version). It'd be nice if we could, though. On Sun, Sep 13, 2009 at 11:35 AM, Ben Laurie b...@chromium.org wrote: On Sun, Sep 13, 2009 at 7:13 PM, Darin

[chromium-dev] Re: Where does -Werror get disabled for WebCore?

2009-09-13 Thread Ben Laurie
On Sun, Sep 13, 2009 at 7:41 PM, Jeremy Orlowjor...@chromium.org wrote: Unless we can get people upstream to compile with -Wall -Werror, that'll be an uphill battle (every time we want to roll to a new version).  It'd be nice if we could, though. Everyone should compile with -Wall -Werror, so