[webkit-changes] [WebKit/WebKit] 5032e0: Remove export on enum class

Don Olmstead noreply at github.com
Fri Mar 3 13:29:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5032e019e64503ec06aeeba4fe887638aa1a2e17
      https://github.com/WebKit/WebKit/commit/5032e019e64503ec06aeeba4fe887638aa1a2e17
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M Source/WebCore/css/parser/CSSParserEnum.h

  Log Message:
  -----------
  Remove export on enum class
https://bugs.webkit.org/show_bug.cgi?id=253332

Unreviewed build fix.

The use of `WEBCORE_EXPORT` on an `enum class` is causing a
`-Wignored-attributes`, "'dllexport' attribute only applies to
functions, variables, classes, and Objective-C interface", which breaks
the developer build.

* Source/WebCore/css/parser/CSSParserEnum.h:

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




More information about the webkit-changes mailing list