[WinCE] Add workaround for UNUSED_PARAM()
Created attachment 195390 [details] Patch
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.
Comment on attachment 195390 [details] Patch notbenjamin: paroga: ignore my comment on the patch.
Comment on attachment 195390 [details] Patch Clearing flags on attachment: 195390 Committed r147882: <http://trac.webkit.org/changeset/147882>
All reviewed patches have been landed. Closing bug.