[Webkit-unassigned] [Bug 181870] New: Resource Load Statistics: Add void to argument list to fix build with -Wstrict-prototypes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 19 12:08:34 PST 2018


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

            Bug ID: 181870
           Summary: Resource Load Statistics: Add void to argument list to
                    fix build with -Wstrict-prototypes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wilander at apple.com

-Wstrict-prototypes doesn't accept prototypes that look like this: (void (^)()). They should look like this (void (^)(void)).

-- 
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/20180119/67f4fa84/attachment.html>


More information about the webkit-unassigned mailing list