[webkit-reviews] review granted: [Bug 184093] Rename UNUSED to BUNUSED : [Attachment 336738] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 9 17:32:19 PDT 2018


Yusuke Suzuki <utatane.tea at gmail.com> has granted Michael Catanzaro
<mcatanzaro at igalia.com>'s request for review:
Bug 184093: Rename UNUSED to BUNUSED
https://bugs.webkit.org/show_bug.cgi?id=184093

Attachment 336738: Patch

https://bugs.webkit.org/attachment.cgi?id=336738&action=review




--- Comment #4 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Comment on attachment 336738
  --> https://bugs.webkit.org/attachment.cgi?id=336738
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=336738&action=review

r=me

> Source/bmalloc/bmalloc/BAssert.h:103
> +#define BUNUSED(x) ((void)x)

renaming this to `BUNUSED_PARAM` would be good. But either is OK to me.


More information about the webkit-reviews mailing list