Bug 152387 - Fix unused parameter handling in WebGLRenderingContextBase.cp
Summary: Fix unused parameter handling in WebGLRenderingContextBase.cp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-17 08:27 PST by Csaba Osztrogonác
Modified: 2015-12-17 09:58 PST (History)
7 users (show)

See Also:


Attachments
Patch (40.07 KB, patch)
2015-12-17 08:29 PST, 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-12-17 08:27:25 PST
In Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp
there are many functions with unused ExceptionCode& ec paramter.

Compiler warning is suppressed with unconditional UNUSED_PARAM(ec),
but in this case we should simply omit the parameter name.
Comment 1 Csaba Osztrogonác 2015-12-17 08:29:28 PST
Created attachment 267562 [details]
Patch
Comment 2 WebKit Commit Bot 2015-12-17 09:58:39 PST
Comment on attachment 267562 [details]
Patch

Clearing flags on attachment: 267562

Committed r194219: <http://trac.webkit.org/changeset/194219>
Comment 3 WebKit Commit Bot 2015-12-17 09:58:45 PST
All reviewed patches have been landed.  Closing bug.