[Webkit-unassigned] [Bug 44472] Add AX notification for childrenChanged

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 28 21:15:08 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44472





--- Comment #23 from Daniel Bates <dbates at webkit.org>  2010-08-28 21:15:07 PST ---
(In reply to comment #22)
> It's interested that the compilation was succeeded when all those other cases weren't handled in the switch statement prior to this change.

The Chromium Mac bots seems to be a bit more stringent (which in my opinion is good). They compile with the GCC flags -Wall and -Werror, which enables warnings about questionable constructions and treats all warnings as errors, respectively.

I would suggest that we enable such warnings and treat all warnings as errors on the other Chromium bots to help catch potential program errors at compile-time.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list