Bug 139432 - [EFL] Fix build warning in Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp
Summary: [EFL] Fix build warning in Source/WebKit2/UIProcess/WebsiteData/WebsiteDataSt...
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-09 00:45 PST by Tanay
Modified: 2014-12-18 07:39 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.46 KB, patch)
2014-12-09 00:56 PST, Tanay
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tanay 2014-12-09 00:45:25 PST
../../Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:80:6: warning: unused parameter ‘dataTypes’ [-Wunused-parameter]
 void WebsiteDataStore::removeDataModifiedSince(WebsiteDataTypes dataTypes, std::chrono::system_clock::time_point, std::function<void ()> completionHandler)
Comment 1 Tanay 2014-12-09 00:56:27 PST
Created attachment 242893 [details]
Patch
Comment 2 Tanay 2014-12-10 05:22:42 PST
(In reply to comment #1)
> Created attachment 242893 [details]
> Patch

Fixed by https://bugs.webkit.org/show_bug.cgi?id=139455
Comment 3 Anders Carlsson 2014-12-18 07:38:44 PST
Comment on attachment 242893 [details]
Patch

Is this still applicable?
Comment 4 Anders Carlsson 2014-12-18 07:39:14 PST
Comment on attachment 242893 [details]
Patch

Ah, it's not. Clearing flag.