Bug 140669

Summary: Fix 'register' storage class specifier is deprecated warning
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, gyuyoung.kim, mrobinson, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 145121    
Attachments:
Description Flags
Patch none

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.