[webkit-changes] [WebKit/WebKit] db5885: REGRESSION(263331 at main): [GTK] MiniBrowser cannot ...

Adrian Perez noreply at github.com
Tue Apr 25 03:13:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: db588508842260d4f1333bd8b68058281007e612
      https://github.com/WebKit/WebKit/commit/db588508842260d4f1333bd8b68058281007e612
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2023-04-25 (Tue, 25 Apr 2023)

  Changed paths:
    M Tools/MiniBrowser/gtk/main.c

  Log Message:
  -----------
  REGRESSION(263331 at main): [GTK] MiniBrowser cannot be built with clang due to fallthrough attribute
https://bugs.webkit.org/show_bug.cgi?id=255915

Reviewed by Carlos Garcia Campos.

* Tools/MiniBrowser/gtk/main.c:
(parseFeaturesOptionCallback): Define and use a FALLTHROUGH macro
depending on __GNUC__ and __has_attribute to maximize compiler
compatibility.

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




More information about the webkit-changes mailing list