Bug 181870 - Resource Load Statistics: Add void to argument list to fix build with -Wstrict-prototypes
Summary: Resource Load Statistics: Add void to argument list to fix build with -Wstric...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-19 12:08 PST by John Wilander
Modified: 2018-01-19 12:15 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Wilander 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)).
Comment 1 Radar WebKit Bug Importer 2018-01-19 12:10:58 PST
<rdar://problem/36666750>
Comment 2 John Wilander 2018-01-19 12:11:40 PST
Committed r227227: <https://trac.webkit.org/changeset/227227>