[Webkit-unassigned] [Bug 115540] New: Fix build warnings on ResourceHandleClient.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 2 18:27:36 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=115540
Summary: Fix build warnings on ResourceHandleClient.h
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ktf.kim at samsung.com
CC: mrobinson at webkit.org
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list