[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:01:02 PDT 2011


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





--- Comment #4 from Ryan Sleevi <rsleevi at chromium.org>  2011-06-07 16:01:02 PST ---
See http://trac.webkit.org/browser/trunk/Source/JavaScriptCore/JavaScriptCore.pro for an example of how QT does it.

Note that they add it for >= 4.6. This just adds for == 4.6. It also doesn't check for existing c++0x-compile; none of the Chromium code currently passes c++0x AFAICT, so I didn't believe that check was relevant (yet).

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