[Webkit-unassigned] [Bug 146014] New: [SOUP] Fix return-type-c-linkage warning after r185553

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 04:11:43 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146014

            Bug ID: 146014
           Summary: [SOUP] Fix return-type-c-linkage warning after r185553
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: cgarcia at igalia.com, svillar at igalia.com
            Blocks: 145121, 145969

After http://trac.webkit.org/changeset/185553 we get
the following warning if we build WebKit with clang:

../../Source/WebCore/platform/network/soup/WebKitSoupRequestGeneric.h:61:33: warning: 'webkitSoupRequestGenericGetRequest' has C-linkage specified, but returns user-defined type 'const WebCore::ResourceRequest &' which is incompatible with C [-Wreturn-type-c-linkage]
const WebCore::ResourceRequest& webkitSoupRequestGenericGetRequest(WebKitSoupRequestGeneric*);
                                ^
1 warning generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150616/9c2e6494/attachment-0001.html>


More information about the webkit-unassigned mailing list