Bug 139386 - Fix build warning in WebKit2/UIProcess module
Summary: Fix build warning in WebKit2/UIProcess module
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-07 22:49 PST by Shivakumar J M
Modified: 2014-12-08 01:15 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.33 KB, patch)
2014-12-07 22:52 PST, Shivakumar J M
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shivakumar J M 2014-12-07 22:49:23 PST
Fix build warning in WebKit2/UIProcess module:

[2806/3510] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.cpp.o
../../Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:49:1: warning: unused parameter ‘configuration’ [-Wunused-parameter]
 WebsiteDataStore::WebsiteDataStore(Configuration configuration)
Comment 1 Shivakumar J M 2014-12-07 22:52:56 PST
Created attachment 242786 [details]
Patch

Fix build warning by removing unused parameter name from function. might have casued by bug:https://bugs.webkit.org/show_bug.cgi?id=139312
Comment 2 WebKit Commit Bot 2014-12-08 01:15:00 PST
Comment on attachment 242786 [details]
Patch

Clearing flags on attachment: 242786

Committed r176935: <http://trac.webkit.org/changeset/176935>
Comment 3 WebKit Commit Bot 2014-12-08 01:15:05 PST
All reviewed patches have been landed.  Closing bug.