Bug 152410 - LayerTreeHostGtk triggers -Wunused-private-field
Summary: LayerTreeHostGtk triggers -Wunused-private-field
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Trivial
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-17 17:31 PST by Michael Catanzaro
Modified: 2015-12-18 07:58 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2015-12-17 23:08 PST, Michael Catanzaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2015-12-17 17:31:49 PST
Should fix this:

[5391/5753] Building CXX object Source...ess/WebPage/gtk/LayerTreeHostGtk.cpp.o
In file included from ../../Source/WebKit2/WebProcess/WebPage/gtk/LayerTreeHostGtk.cpp:28:
../../Source/WebKit2/WebProcess/WebPage/gtk/LayerTreeHostGtk.h:120:12: warning: private field 'm_lastImmediateFlushTime' is not used [-Wunused-private-field]
    double m_lastImmediateFlushTime;
           ^
1 warning generated.
Comment 1 Michael Catanzaro 2015-12-17 23:08:04 PST
Created attachment 267611 [details]
Patch
Comment 2 WebKit Commit Bot 2015-12-18 07:58:17 PST
Comment on attachment 267611 [details]
Patch

Clearing flags on attachment: 267611

Committed r194268: <http://trac.webkit.org/changeset/194268>
Comment 3 WebKit Commit Bot 2015-12-18 07:58:20 PST
All reviewed patches have been landed.  Closing bug.