Bug 142497

Summary: Fix the build after r181153
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, pnormand
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 142338, 142346    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-03-09 11:00:25 PDT
../../Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:324:6: error: unused parameter 'mediaStream' [-Werror=unused-parameter]
cc1plus: all warnings being treated as errors

After bug142338, unused parameter in WebCore will be error similar 
to Mac. It should be fixed, before enabling werror=unused-parameter.
Comment 1 Csaba Osztrogonác 2015-03-09 11:01:19 PDT
Created attachment 248258 [details]
Patch
Comment 2 WebKit Commit Bot 2015-03-09 12:01:37 PDT
Comment on attachment 248258 [details]
Patch

Clearing flags on attachment: 248258

Committed r181274: <http://trac.webkit.org/changeset/181274>
Comment 3 WebKit Commit Bot 2015-03-09 12:01:40 PDT
All reviewed patches have been landed.  Closing bug.