[Webkit-unassigned] [Bug 123997] Build fails on efl port with --no-netscape-plugin-api configuration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 15 01:23:46 PST 2013


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





--- Comment #3 from Peter Gal <galpeter at inf.u-szeged.hu>  2013-11-15 01:22:25 PST ---
(From update of attachment 216674)
View in context: https://bugs.webkit.org/attachment.cgi?id=216674&action=review

> Source/WebCore/plugins/PluginPackageNone.cpp:52
> +PassRefPtr<PluginPackage> PluginPackage::createPackage(const String& path, const time_t& lastModified)

The 'path' and 'lastModified' will result unused parameter warnings (IMHO), we should remove those names.

> Source/WebCore/plugins/PluginPackageNone.cpp:62
> +bool PluginPackage::equal(const PluginPackage& a, const PluginPackage& b)

Ditto: Unused parameter warnings.

-- 
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