RESOLVED FIXED 181870
Resource Load Statistics: Add void to argument list to fix build with -Wstrict-prototypes
https://bugs.webkit.org/show_bug.cgi?id=181870
Summary Resource Load Statistics: Add void to argument list to fix build with -Wstric...
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.