WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
113440
[WinCE] Add workaround for UNUSED_PARAM()
https://bugs.webkit.org/show_bug.cgi?id=113440
Summary
[WinCE] Add workaround for UNUSED_PARAM()
Patrick R. Gansterer
Reported
2013-03-27 13:59:24 PDT
[WinCE] Add workaround for UNUSED_PARAM()
Attachments
Patch
(1.13 KB, patch)
2013-03-27 14:03 PDT
,
Patrick R. Gansterer
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Patrick R. Gansterer
Comment 1
2013-03-27 14:03:54 PDT
Created
attachment 195390
[details]
Patch
Benjamin Poulain
Comment 2
2013-04-07 14:31:07 PDT
Comment on
attachment 195390
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=195390&action=review
> Source/WTF/wtf/UnusedParam.h:31 > +#define UNUSED_PARAM(variable) (void)&variable
Can you please check if (void*)&variable works? It would make more sense.
Patrick R. Gansterer
Comment 3
2013-04-07 14:39:46 PDT
Comment on
attachment 195390
[details]
Patch notbenjamin: paroga: ignore my comment on the patch.
WebKit Commit Bot
Comment 4
2013-04-07 15:08:12 PDT
Comment on
attachment 195390
[details]
Patch Clearing flags on attachment: 195390 Committed
r147882
: <
http://trac.webkit.org/changeset/147882
>
WebKit Commit Bot
Comment 5
2013-04-07 15:08:15 PDT
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.
Top of Page
Format For Printing
XML
Clone This Bug