Bug 140669 - Fix 'register' storage class specifier is deprecated warning
Summary: Fix 'register' storage class specifier is deprecated warning
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: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 145121
  Show dependency treegraph
 
Reported: 2015-01-20 03:35 PST by Csaba Osztrogonác
Modified: 2015-05-18 02:43 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.17 KB, patch)
2015-01-20 03:38 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 2015-01-20 03:35:52 PST
Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp:326:5: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register]
    register int i;
Comment 1 Csaba Osztrogonác 2015-01-20 03:38:59 PST
Created attachment 244980 [details]
Patch
Comment 2 WebKit Commit Bot 2015-01-20 04:33:36 PST
Comment on attachment 244980 [details]
Patch

Clearing flags on attachment: 244980

Committed r178704: <http://trac.webkit.org/changeset/178704>
Comment 3 WebKit Commit Bot 2015-01-20 04:33:41 PST
All reviewed patches have been landed.  Closing bug.