[Webkit-unassigned] [Bug 217979] New: Fix non-c-typedef-for-linkage warning in SocketStreamHandle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 12:01:49 PDT 2020


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

            Bug ID: 217979
           Summary: Fix non-c-typedef-for-linkage warning in
                    SocketStreamHandle
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: don.olmstead at sony.com

..\..\Source\WebCore\platform\network\SocketStreamHandle.h(42,15): warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
typedef struct {
              ^
               SourceApplicationAuditToken
..\..\Source\WebCore\platform\network\SocketStreamHandle.h(46,17): note: type is not C-compatible due to this default member initializer
    void *empty { nullptr };
                ^~~~~~~~~~~
..\..\Source\WebCore\platform\network\SocketStreamHandle.h(48,3): note: type is given name 'SourceApplicationAuditToken' for linkage purposes by this typedef declaration
} SourceApplicationAuditToken;
  ^
1 warning generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201020/e2f77544/attachment.htm>


More information about the webkit-unassigned mailing list