[Webkit-unassigned] [Bug 250431] Start extracting common WARNING_CFLAGS into CommonBase.xcconfig

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 10 18:07:48 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=250431

--- Comment #2 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
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 at 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230111/895a1de4/attachment.htm>


More information about the webkit-unassigned mailing list