Bug 314407
| Summary: | Remove Swift warnings from definitions with values | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, webkit-bug-importer |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
The CMake build process accumulates various -DX=Y definitions, not just from WebKit's various configuration files, but also from pkg-config and other config mechanisms relating to dependencies. These are currently passed to swiftc, which only supports -DX not -DX=Y, so this emits warnings. Get rid of them.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/64554
EWS
Committed 313188@main (4f9b47c98b3a): <https://commits.webkit.org/313188@main>
Reviewed commits have been landed. Closing PR #64554 and removing active labels.