Bug 314407

Summary: Remove Swift warnings from definitions with values
Product: WebKit Reporter: adrian_taylor
Component: WebKitGTKAssignee: 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
Reported 2026-05-08 09:00:20 PDT
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
adrian_taylor
Comment 1 2026-05-08 09:04:23 PDT
EWS
Comment 2 2026-05-13 13:22:38 PDT
Committed 313188@main (4f9b47c98b3a): <https://commits.webkit.org/313188@main> Reviewed commits have been landed. Closing PR #64554 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.