[webkit-dev] Let's use -Werror on EWS?
Michael Catanzaro
mcatanzaro at gnome.org
Tue May 25 04:32:51 PDT 2021
On Tue, May 25 2021 at 06:22:41 AM -0500, Michael Catanzaro via
webkit-dev <webkit-dev at lists.webkit.org> wrote:
> I'm hoping there are not very many warnings, since I've been cleaning
> warnings I see for several years now. There will probably be a few,
> though, which could be caused by (a) EWS using non-default build
> options like -DENABLE_EXPERIMENTAL_FEATURES=ON, which notably enables
> building WebRTC, and (b) using older GCC versions or other older
> dependencies than I do. So a few extra warnings are likely simply
> because my personal build environment is not identical to EWS.
I forgot about builds on 32-bit architectures, which are filled with
pointer aliasing warning spam reminding us how unsafe our code is. We
don't have any EWS for those platforms, though, only regular bots
(which, again, should definitely not use -Werror, because we don't want
to lose a night of test results to a silly build warning).
More information about the webkit-dev
mailing list