Bug 104605 - [soup] Fix build warning in ResourceHandleSoup.cpp
Summary: [soup] Fix build warning in ResourceHandleSoup.cpp
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: 2012-12-10 15:21 PST by KyungTae Kim
Modified: 2012-12-10 15:56 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.58 KB, patch)
2012-12-10 15:26 PST, 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 2012-12-10 15:21:18 PST
The nextMultipartResponsePartCallback function by bug 94515 has unused parameter 'source'
Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:494:13: warning: unused parameter 'source' [-Wunused-parameter]
Comment 1 KyungTae Kim 2012-12-10 15:26:24 PST
Created attachment 178650 [details]
Patch
Comment 2 WebKit Review Bot 2012-12-10 15:56:06 PST
Comment on attachment 178650 [details]
Patch

Clearing flags on attachment: 178650

Committed r137218: <http://trac.webkit.org/changeset/137218>
Comment 3 WebKit Review Bot 2012-12-10 15:56:11 PST
All reviewed patches have been landed.  Closing bug.