Bug 127906 - [SOUP] Fix the build if !ENABLE(WEB_TIMING)
Summary: [SOUP] Fix the build if !ENABLE(WEB_TIMING)
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: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-30 05:39 PST by Csaba Osztrogonác
Modified: 2014-01-30 05:59 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.71 KB, patch)
2014-01-30 05:40 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2014-01-30 05:39:00 PST
build log:

[ 15%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/network/soup/SoupNetworkSession.cpp.o
/home/ossy/WebKit/Source/WebCore/platform/network/soup/SoupNetworkSession.cpp:81:13: error: 'void WebCore::requestStartedCallback(SoupSession*, SoupMessage*, SoupSocket*, gpointer)' defined but not used [-Werror=unused-function]
cc1plus: all warnings being treated as errors
Comment 1 Csaba Osztrogonác 2014-01-30 05:40:27 PST
Created attachment 222661 [details]
Patch
Comment 2 Csaba Osztrogonác 2014-01-30 05:59:53 PST
Comment on attachment 222661 [details]
Patch

Clearing flags on attachment: 222661

Committed r163081: <http://trac.webkit.org/changeset/163081>
Comment 3 Csaba Osztrogonác 2014-01-30 05:59:59 PST
All reviewed patches have been landed.  Closing bug.