[Webkit-unassigned] [Bug 103676] New: Unused parameters on plugins/npapi.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 15:16:18 PST 2012


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

           Summary: Unused parameters on plugins/npapi.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com


Because the 'instance' and 'menu' parameter are not used in NPN_PopUpContextMenu when !PLATFORM(QT) || !defined(XP_MACOSX),
use UNUSED_PARAM macro to fix build warning -Wunused-parameter

Source/WebCore/plugins/npapi.cpp:203:9: warning: unused parameter 'instance' [-Wunused-parameter]
Source/WebCore/plugins/npapi.cpp:203:9: warning: unused parameter 'menu' [-Wunused-parameter]

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