[Webkit-unassigned] [Bug 105395] New: Unused parameters on WebContext.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 23:28:28 PST 2012


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

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


The allowSpecificHTTPSCertificateForHost (by bug 105235 ) function's certificate, host parameters are not used if !ENABLE(NETWORK_PROCESS).
Use UNUSED_PARAM macro to fix build warning.

Source/WebKit2/UIProcess/WebContext.cpp:1051:6: warning: unused parameter 'certificate' [-Wunused-parameter]
Source/WebKit2/UIProcess/WebContext.cpp:1051:6: warning: unused parameter 'host' [-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