Bug 286813
| Summary: | WebKitWebExtensionMatchPattern.h:65:1: error: function declaration isn't a prototype [-Werror=strict-prototypes] | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Michael Catanzaro <mcatanzaro> |
| Status: | RESOLVED FIXED | ||
| Severity: | Minor | CC: | bugs-noreply, jmurphy |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=284216 | ||
Michael Catanzaro
/usr/include/webkitgtk-6.0/webkit/WebKitWebExtensionMatchPattern.h:65:1: error: function declaration isn't a prototype [-Werror=strict-prototypes]
65 | webkit_web_extension_match_pattern_new_all_urls ();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/webkitgtk-6.0/webkit/WebKitWebExtensionMatchPattern.h:68:1: error: function declaration isn't a prototype [-Werror=strict-prototypes]
68 | webkit_web_extension_match_pattern_new_all_hosts_and_schemes ();
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/39820
EWS
Committed 289606@main (8a8102d61301): <https://commits.webkit.org/289606@main>
Reviewed commits have been landed. Closing PR #39820 and removing active labels.