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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 15:41:19 PDT 2011


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

           Summary: Compiling Chromium port under GCC 4.6 produces
                    warnings about nullptr
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rsleevi at chromium.org


When compiling the Chromium port with GCC 4.6, GCC warns about the use of nullptr being a reserved keyword in c++0x. This is emitted when files include Source/JavaScriptCore/wtf/Nullptr.h

This warning should be suppressed, as it is in the QT port, as the usage of nullptr is forwards-compatible when compiling in c++0x mode.

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