Bug 115540 - Fix build warnings on ResourceHandleClient.h
Summary: Fix build warnings on ResourceHandleClient.h
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: KyungTae Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-02 18:25 PDT by KyungTae Kim
Modified: 2013-05-02 22:00 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2013-05-02 18:28 PDT, KyungTae Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KyungTae Kim 2013-05-02 18:25:59 PDT
Comment out the parameter names for 'getOrCreateReadBuffer' to fix the below build warnings:
Source/WebCore/platform/network/ResourceHandleClient.h:102:23: warning: unused parameter ‘actualLength’ [-Wunused-parameter]
Source/WebCore/platform/network/ResourceHandleClient.h:102:23: warning: unused parameter ‘requestedLength’ [-Wunused-parameter]

Because it's a header file, a lot of warnings are shown after it merged as r149383.
Comment 1 KyungTae Kim 2013-05-02 18:28:40 PDT
Created attachment 200379 [details]
Patch
Comment 2 WebKit Commit Bot 2013-05-02 22:00:09 PDT
Comment on attachment 200379 [details]
Patch

Clearing flags on attachment: 200379

Committed r149517: <http://trac.webkit.org/changeset/149517>
Comment 3 WebKit Commit Bot 2013-05-02 22:00:11 PDT
All reviewed patches have been landed.  Closing bug.