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 getting stricter about warnings in WebKit would help us keep our own code clean, too. —Jens --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
