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
-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
<rdar://problem/36666750>
John Wilander
Committed r227227: <https://trac.webkit.org/changeset/227227>