Bug 120543 - warning: unused parameter ‘renderingMode' in ImageBufferCairo.cpp:94
Summary: warning: unused parameter ‘renderingMode' in ImageBufferCairo.cpp:94
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-30 12:11 PDT by Santosh Mahto
Modified: 2013-08-31 22:03 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2013-08-30 12:25 PDT, Santosh Mahto
no flags Details | Formatted Diff | Diff
patch for landing (1.52 KB, patch)
2013-08-31 11:09 PDT, Santosh Mahto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Santosh Mahto 2013-08-30 12:11:54 PDT
‘renderingMode' should be guarded with UNUSED_PARAM()
Comment 1 Santosh Mahto 2013-08-30 12:25:45 PDT
Created attachment 210146 [details]
Patch
Comment 2 Darin Adler 2013-08-30 12:30:29 PDT
Comment on attachment 210146 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=210146&action=review

> Source/WebCore/platform/graphics/cairo/ImageBufferCairo.cpp:106
> +    UNUSED_PARAM(renderingMode);

I think ASSERT_UNUSED might be better here, since we know what value we support for rendering mode.
Comment 3 Santosh Mahto 2013-08-31 11:09:48 PDT
Created attachment 210197 [details]
patch for landing
Comment 4 WebKit Commit Bot 2013-08-31 11:10:53 PDT
Comment on attachment 210197 [details]
patch for landing

Rejecting attachment 210197 [details] from commit-queue.

santosh.ma@samsung.com does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json.

- If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your committer rights.
Comment 5 WebKit Commit Bot 2013-08-31 22:03:54 PDT
Comment on attachment 210197 [details]
patch for landing

Clearing flags on attachment: 210197

Committed r154936: <http://trac.webkit.org/changeset/154936>
Comment 6 WebKit Commit Bot 2013-08-31 22:03:57 PDT
All reviewed patches have been landed.  Closing bug.