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
Patrick R. Gansterer
Comment 1 2013-03-27 14:03:54 PDT
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.