RESOLVED FIXED 152387
Fix unused parameter handling in WebGLRenderingContextBase.cp
https://bugs.webkit.org/show_bug.cgi?id=152387
Summary Fix unused parameter handling in WebGLRenderingContextBase.cp
Csaba Osztrogonác
Reported 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.
Attachments
Patch (40.07 KB, patch)
2015-12-17 08:29 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-12-17 08:29:28 PST
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2015-12-17 09:58:45 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.