RESOLVED FIXED 250431
Start extracting common WARNING_CFLAGS into CommonBase.xcconfig
https://bugs.webkit.org/show_bug.cgi?id=250431
Summary Start extracting common WARNING_CFLAGS into CommonBase.xcconfig
David Kilzer (:ddkilzer)
Reported 2023-01-10 18:07:21 PST
Start extracting common WARNING_CFLAGS into Configurations/CommonBase.xcconfig. The goal here is to make it possible to add a new warning flag for all projects by changing one file. It's a non-goal to extract every single warning flag with this initial patch--just start the process to make it easy for others to contribute.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-01-10 18:07:42 PST
David Kilzer (:ddkilzer)
Comment 2 2023-01-10 18:07:48 PST
In the process of writing this patch, I found a couple of interesting issues: 1. The ANGLE (Dynamic) target has been building without -Werror (e.g., with -Wno-error instead) since 2021-12-07 due to a regression in 244928@main. This issue is fixed by the PR that will be posted by building with -Werror again, and temporarily ignoring the warnings that regressed in the last year by documenting them. 2. The libwebrtc project has a number of warnings that other projects don't have (since it wasn't setting as many warning flags when building prior to this patch). This issue is worked around by temporarily ignoring the warnings and by documenting them.
David Kilzer (:ddkilzer)
Comment 3 2023-01-10 18:23:34 PST
EWS
Comment 4 2023-01-12 15:23:12 PST
Committed 258855@main (2a6683c96f6b): <https://commits.webkit.org/258855@main> Reviewed commits have been landed. Closing PR #8503 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.