Bug 181870

Summary: Resource Load Statistics: Add void to argument list to fix build with -Wstrict-prototypes
Product: WebKit Reporter: John Wilander <wilander>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=181822

John Wilander
Reported 2018-01-19 12:08:34 PST
-Wstrict-prototypes doesn't accept prototypes that look like this: (void (^)()). They should look like this (void (^)(void)).
Attachments
Radar WebKit Bug Importer
Comment 1 2018-01-19 12:10:58 PST
John Wilander
Comment 2 2018-01-19 12:11:40 PST
Note You need to log in before you can comment on or make changes to this bug.