[Webkit-unassigned] [Bug 125012] Fix build warning in WebKit2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 29 07:51:04 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125012
--- Comment #3 from Csaba Osztrogonác <ossy at webkit.org> 2013-11-29 07:49:28 PST ---
(From update of attachment 218061)
View in context: https://bugs.webkit.org/attachment.cgi?id=218061&action=review
> Source/WebKit2/Shared/API/c/WKDeprecatedFunctions.cpp:42
> + UNUSED_PARAM(array);
You can simple remove the name of the parameter as you did it in Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp
> Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:1390
> + UNUSED_PARAM(pluginSize);
> + UNUSED_PARAM(appletElement);
> + UNUSED_PARAM(paramNames);
> + UNUSED_PARAM(paramValues);
URL is unused too.
--
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