Bug 136208

Summary: Web Core: Fix unused parameter build warning
Product: WebKit Reporter: Shivakumar J M <shiva.jm>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, commit-queue, jer.noble, kondapallykalyan, luiz, mrobinson, noam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.