[webkit-reviews] review granted: [Bug 115344] [WK2] Remove build warnings by -Wunused-parameter : [Attachment 199986] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 29 06:03:56 PDT 2013


Anders Carlsson <andersca at apple.com> has granted Jinwoo Song
<jinwoo7.song at samsung.com>'s request for review:
Bug 115344: [WK2] Remove build warnings by -Wunused-parameter
https://bugs.webkit.org/show_bug.cgi?id=115344

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=199986&action=review


> Source/WebKit2/UIProcess/DrawingAreaProxy.h:71
> +    virtual void waitForPossibleGeometryUpdate(double timeout =
didUpdateBackingStoreStateTimeout) { UNUSED_PARAM(timeout); }

This can just be 

virtual void waitForPossibleGeometryUpdate(double =
didUpdateBackingStoreStateTimeout) { }


More information about the webkit-reviews mailing list