[webkit-reviews] review granted: [Bug 113440] [WinCE] Add workaround for UNUSED_PARAM() : [Attachment 195390] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 7 14:32:53 PDT 2013


Benjamin Poulain <benjamin at webkit.org> has granted Patrick R. Gansterer
<paroga at paroga.com>'s request for review:
Bug 113440: [WinCE] Add workaround for UNUSED_PARAM()
https://bugs.webkit.org/show_bug.cgi?id=113440

Attachment 195390: Patch
https://bugs.webkit.org/attachment.cgi?id=195390&action=review

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
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.


More information about the webkit-reviews mailing list