Bug 154394 - Fix unused-const-variable warning on non Cocoa platforms
Summary: Fix unused-const-variable warning on non Cocoa platforms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 145121
  Show dependency treegraph
 
Reported: 2016-02-18 06:03 PST by Csaba Osztrogonác
Modified: 2016-02-19 07:56 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.35 KB, patch)
2016-02-18 06:05 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2016-02-18 06:03:51 PST
./../Source/WebCore/html/HTMLPlugInImageElement.cpp:73:19: warning: unused variable 'removeSnapshotTimerDelay' [-Wunused-const-variable]
static const auto removeSnapshotTimerDelay = std::chrono::milliseconds { 1500 };
                  ^
Comment 1 Csaba Osztrogonác 2016-02-18 06:05:17 PST
Created attachment 271656 [details]
Patch
Comment 2 WebKit Commit Bot 2016-02-18 12:59:24 PST
Comment on attachment 271656 [details]
Patch

Clearing flags on attachment: 271656

Committed r196773: <http://trac.webkit.org/changeset/196773>
Comment 3 WebKit Commit Bot 2016-02-18 12:59:29 PST
All reviewed patches have been landed.  Closing bug.