[webkit-changes] [WebKit/WebKit] a4903b: Add -Wno-elaborated-enum-base to WARNING_FLAGS whe...

Commit Queue noreply at github.com
Wed Jan 24 11:45:33 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a4903bd869a66081c14a3d7b160bcce4868a0d85
      https://github.com/WebKit/WebKit/commit/a4903bd869a66081c14a3d7b160bcce4868a0d85
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2024-01-24 (Wed, 24 Jan 2024)

  Changed paths:
    M Configurations/CommonBase.xcconfig
    M Configurations/Sanitizers.xcconfig

  Log Message:
  -----------
  Add -Wno-elaborated-enum-base to WARNING_FLAGS when building with clang static analyzer
https://bugs.webkit.org/show_bug.cgi?id=267973
<rdar://121479931>

Reviewed by Elliott Williams.

* Configurations/CommonBase.xcconfig:
(WARNING_CFLAGS):
- Add $(WK_SANITIZER_WARNING_CFLAGS) to the list of values.
* Configurations/Sanitizers.xcconfig:
(WK_SANITIZER_WARNING_CFLAGS): Add.
(WK_STATIC_ANALYZER_WARNING_CFLAGS_YES): Add.
- Include -Wno-elaborated-enum-base during build-and-analyze.

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




More information about the webkit-changes mailing list