[Webkit-unassigned] [Bug 29018] New: [Qt] Fix unused variable warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 7 13:02:54 PDT 2009


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

           Summary: [Qt] Fix unused variable warnings
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


The significance of this work is to make a step towards enforcing the same code
quality measures as other WebKit ports (most notably the mac port) so that
contributors focusing on a specific WebKit ports are less likely break other
ports because of the difference in quality requirements.

List of gcc warnings (with elevated warning level) - these warnings are not
present in the port independent WebKit code:

WebCore/history/qt/HistoryItemQt.cpp:48: warning: unused variable
'loadFormdata'
WebCore/platform/graphics/qt/ImageBufferQt.cpp:241: warning: unused variable
'basex'
WebCore/platform/qt/RenderThemeQt.cpp:575: warning: unused variable
'appearance'
WebKit/qt/Api/qwebpage.cpp:829: warning: unused variable 'fontHeight'
WebKit/qt/Api/qwebpage.cpp:817: warning: unused variable 'editor'
WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:959: warning: unused variable
'page'
WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:989: warning: unused variable
'loadType'
WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:990: warning: unused variable
'childLoadType'

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