RESOLVED FIXED 105395
Unused parameters on WebContext.cpp
https://bugs.webkit.org/show_bug.cgi?id=105395
Summary Unused parameters on WebContext.cpp
KyungTae Kim
Reported 2012-12-18 23:30:44 PST
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]
Attachments
Patch (1.59 KB, patch)
2012-12-18 23:35 PST, KyungTae Kim
no flags
KyungTae Kim
Comment 1 2012-12-18 23:35:09 PST
Kentaro Hara
Comment 2 2012-12-19 00:02:59 PST
Comment on attachment 180102 [details] Patch ok
WebKit Review Bot
Comment 3 2012-12-19 00:22:25 PST
Comment on attachment 180102 [details] Patch Clearing flags on attachment: 180102 Committed r138126: <http://trac.webkit.org/changeset/138126>
WebKit Review Bot
Comment 4 2012-12-19 00:22:28 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.