Bug 142014 - 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: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Shivakumar J M
URL:
Keywords:
: 142009 (view as bug list)
Depends on:
Blocks: 141975
  Show dependency treegraph
 
Reported: 2015-02-25 02:33 PST by Shivakumar J M
Modified: 2015-02-25 09:44 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.31 KB, patch)
2015-02-25 02:41 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 2015-02-25 02:33:15 PST
Got below build warning on latest build, might have casued by issue: https://bugs.webkit.org/show_bug.cgi?id=141975

../../Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:103:26: warning: unused parameter ‘isNonPersistentStore’ [-Wunused-parameter]
 static ProcessAccessType computeWebProcessAccessTypeForDataFetch(WebsiteDataTypes dataTypes, bool isNonPersistentStore)
Comment 1 Shivakumar J M 2015-02-25 02:41:30 PST
Created attachment 247327 [details]
Patch

Fix build warning by using UNUSED_PARAM macro, since work is in progress.
Comment 2 Shivakumar J M 2015-02-25 03:21:18 PST
These was fixed in https://bugs.webkit.org/show_bug.cgi?id=141794, but again got changed in https://bugs.webkit.org/show_bug.cgi?id=141975.
Comment 3 Csaba Osztrogonác 2015-02-25 07:03:30 PST
*** Bug 142009 has been marked as a duplicate of this bug. ***
Comment 4 WebKit Commit Bot 2015-02-25 09:43:58 PST
Comment on attachment 247327 [details]
Patch

Clearing flags on attachment: 247327

Committed r180630: <http://trac.webkit.org/changeset/180630>
Comment 5 WebKit Commit Bot 2015-02-25 09:44:02 PST
All reviewed patches have been landed.  Closing bug.