[Webkit-unassigned] [Bug 26756] New: Fix for warnings produced with gcc 4.3 and up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 26 08:57:37 PDT 2009


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

           Summary: Fix for warnings produced with gcc 4.3 and up
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thiago.macieira at nokia.com


gcc 4.3 and 4.4 keep giving us a warning like:
 'function()::type' declared with greater visibility than the type of
 its field 'function()::type::subtype'

This seems to be a gcc bug. See the bug report for more information:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40145

However, in the mean time, the patch (to be attached) silences the warning with
no loss of functionality


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



More information about the webkit-unassigned mailing list