WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2018-01-19 12:10:58 PST
<
rdar://problem/36666750
>
John Wilander
Comment 2
2018-01-19 12:11:40 PST
Committed
r227227
: <
https://trac.webkit.org/changeset/227227
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug