Bug 113440

Summary: [WinCE] Add workaround for UNUSED_PARAM()
Product: WebKit Reporter: Patrick R. Gansterer <paroga>
Component: PlatformAssignee: Patrick R. Gansterer <paroga>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, ojan.autocc, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 115350    
Attachments:
Description Flags
Patch none

Description Patrick R. Gansterer 2013-03-27 13:59:24 PDT
[WinCE] Add workaround for UNUSED_PARAM()
Comment 1 Patrick R. Gansterer 2013-03-27 14:03:54 PDT
Created attachment 195390 [details]
Patch
Comment 2 Benjamin Poulain 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.
Comment 3 Patrick R. Gansterer 2013-04-07 14:39:46 PDT
Comment on attachment 195390 [details]
Patch

notbenjamin: paroga: ignore my comment on the patch.
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2013-04-07 15:08:15 PDT
All reviewed patches have been landed.  Closing bug.