Bug 136208 - Web Core: Fix unused parameter build warning
Summary: Web Core: Fix unused parameter build warning
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-24 23:58 PDT by Shivakumar J M
Modified: 2014-08-25 01:18 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2014-08-25 00:05 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-08-24 23:58:09 PDT
Got unused paramet build warning during Wk2-EFL build on revision 172901.

/home/shiva.jm/webkit-git/svngitjuly01/WebKit/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:394:6: warning: unused parameter ‘purpose’ [-Wunused-parameter]
 void CoordinatedGraphicsLayer::setContentsToPlatformLayer(PlatformLayer* platformLayer, ContentsLayerPurpose purpose)
Comment 1 Shivakumar J M 2014-08-25 00:05:46 PDT
Created attachment 237060 [details]
Patch

Fix unused build warning by removing parameter, which is not used.
Comment 2 WebKit Commit Bot 2014-08-25 01:18:13 PDT
Comment on attachment 237060 [details]
Patch

Clearing flags on attachment: 237060

Committed r172906: <http://trac.webkit.org/changeset/172906>
Comment 3 WebKit Commit Bot 2014-08-25 01:18:17 PDT
All reviewed patches have been landed.  Closing bug.