[Webkit-unassigned] [Bug 62242] Compiling Chromium port under GCC 4.6 produces warnings about nullptr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 16:19:30 PDT 2011


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





--- Comment #8 from Ryan Sleevi <rsleevi at chromium.org>  2011-06-07 16:19:30 PST ---
I went with the per-file based on evanm's suggestion for a related GCC 4.6 suppression ( http://codereview.chromium.org/7111026/ ). His preference, if I understand correctly, is to place the suppression as close to the offending code as possible.

I don't think we'd necessarily want to suppress the warning for other code (eg: third-party libs, Chromium proper, etc), even though there weren't any other incidents that I could tell.

-- 
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