Bug 282986
Summary: | [GLib] Fix non-c-typedef-for-linkage warning | ||
---|---|---|---|
Product: | WebKit | Reporter: | Patrick Griffis <pgriffis> |
Component: | WebKitGTK | Assignee: | Patrick Griffis <pgriffis> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Patrick Griffis
```
WebKit/Source/WebKit/NetworkProcess/glib/WebKitCachedResolver.cpp:35:15: error: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Werror,-Wnon-c-typedef-for-linkage]
35 | typedef struct {
| ^
| WebKitCachedResolverPrivate
```
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Patrick Griffis
Pull request: https://github.com/WebKit/WebKit/pull/36529
EWS
Committed 286491@main (ea7b81bf952e): <https://commits.webkit.org/286491@main>
Reviewed commits have been landed. Closing PR #36529 and removing active labels.