Bug 135154 - Fix unused parameter build warning in UIProcess module
Summary: Fix unused parameter build warning in UIProcess module
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-22 02:00 PDT by Shivakumar J M
Modified: 2014-07-22 10:33 PDT (History)
5 users (show)

See Also:


Attachments
patch (1.14 KB, patch)
2014-07-22 02:24 PDT, Shivakumar J M
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shivakumar J M 2014-07-22 02:00:52 PDT
Fix unused parameter build warning, found in WebPageProxy.cpp, during build for efl wk2 port.

/home/shiva.jm/webkit-git/svn32bit/WebKit/Source/WebKit2/UIProcess/WebPageProxy.cpp:1127:6: warning: unused parameter dispatchMode [-Wunused-parameter]
 void WebPageProxy::viewStateDidChange(ViewState::Flags mayHaveChanged, bool wantsReply, ViewStateChangeDispatchMode dispatchMode)
Comment 1 Shivakumar J M 2014-07-22 02:24:10 PDT
Created attachment 235279 [details]
patch

Fix unused parameter build warning in UIProcess module by using UNUSED_PARAM macro.
Comment 2 WebKit Commit Bot 2014-07-22 10:33:00 PDT
Comment on attachment 235279 [details]
patch

Clearing flags on attachment: 235279

Committed r171346: <http://trac.webkit.org/changeset/171346>
Comment 3 WebKit Commit Bot 2014-07-22 10:33:05 PDT
All reviewed patches have been landed.  Closing bug.