[Webkit-unassigned] [Bug 131260] [WK2] Fix unused parameter compile warning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 6 20:42:17 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131260





--- Comment #9 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2014-04-06 20:42:36 PST ---
(From update of attachment 228671)
View in context: https://bugs.webkit.org/attachment.cgi?id=228671&action=review

>> Source/WebKit2/UIProcess/API/APIDownloadClient.h:63
>> +    virtual void didCreateDestination(WebKit::WebContext*, WebKit::DownloadProxy*, const WTF::String& path) { UNUSED_PARAM(path); }
> 
> This is not what we want. We should just remove the argument names, not use UNUSED_PARAM and not reformat the code.

APIFindClient.h, APIHistoryClient.h, APILoaderClient.h and APIUIClient.h have already used this style. Do you think we should remove the arguments as well ?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list