Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ea7b81bf952e90d3626428f16c488270d332a42b
      
https://github.com/WebKit/WebKit/commit/ea7b81bf952e90d3626428f16c488270d332a42b
  Author: Patrick Griffis <pgrif...@igalia.com>
  Date:   2024-11-12 (Tue, 12 Nov 2024)

  Changed paths:
    M Source/WebKit/NetworkProcess/glib/WebKitCachedResolver.cpp

  Log Message:
  -----------
  [GLib] Fix non-c-typedef-for-linkage warning
https://bugs.webkit.org/show_bug.cgi?id=282986

Reviewed by Carlos Garcia Campos.

```
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
```

This was unnecessarily using a typedef.

* Source/WebKit/NetworkProcess/glib/WebKitCachedResolver.cpp:

Canonical link: https://commits.webkit.org/286491@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to