Bug 142497 - Fix the build after r181153
Summary: Fix the build after r181153
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 142338 142346
  Show dependency treegraph
 
Reported: 2015-03-09 11:00 PDT by Csaba Osztrogonác
Modified: 2015-03-09 12:01 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.46 KB, patch)
2015-03-09 11:01 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.