RESOLVED FIXED 104728
[soup] Unused parameter in ResourceHandleSoup.cpp
https://bugs.webkit.org/show_bug.cgi?id=104728
Summary [soup] Unused parameter in ResourceHandleSoup.cpp
KyungTae Kim
Reported 2012-12-11 15:16:19 PST
The soupLogPrinter has unused parameter 'logger', comment out it to fix 'unused parameter' build warning. Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:82:20: warning: unused parameter ‘logger’ [-Wunused-parameter]
Attachments
Patch (1.48 KB, patch)
2012-12-11 15:19 PST, KyungTae Kim
no flags
Patch (1.48 KB, patch)
2012-12-11 15:42 PST, KyungTae Kim
no flags
Patch (1.59 KB, patch)
2012-12-11 16:17 PST, KyungTae Kim
no flags
KyungTae Kim
Comment 1 2012-12-11 15:19:01 PST
Martin Robinson
Comment 2 2012-12-11 15:30:46 PST
Comment on attachment 178890 [details] Patch It's a bit odd that some of the arguments are removed entirely and one is commented out. Why the inconsistency?
KyungTae Kim
Comment 3 2012-12-11 15:42:29 PST
Kentaro Hara
Comment 4 2012-12-11 15:42:55 PST
Comment on attachment 178897 [details] Patch ok
KyungTae Kim
Comment 5 2012-12-11 16:17:34 PST
WebKit Review Bot
Comment 6 2012-12-11 18:06:29 PST
Comment on attachment 178911 [details] Patch Clearing flags on attachment: 178911 Committed r137400: <http://trac.webkit.org/changeset/137400>
WebKit Review Bot
Comment 7 2012-12-11 18:06:33 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.