svn commit: r351429 - head/sys/conf

Enji Cooper yaneurabeya at gmail.com
Fri Aug 23 16:46:03 UTC 2019


> On Aug 23, 2019, at 09:42, Warner Losh <imp at freebsd.org> wrote:
> 
> Author: imp
> Date: Fri Aug 23 16:42:04 2019
> New Revision: 351429
> URL: https://svnweb.freebsd.org/changeset/base/351429
> 
> Log:
>  Turn off -Werror for gcc 4.2.1
> 
>  As part of marching gcc 4.2.1 out of the tree, turn off -Werror on gcc 4.2.1
>  compiles by default. It generates too many false positives and breaks CI
>  for no benefit.
> 
>  Discussed on: arch@
>  Reviewed by: jhb@, emaste@, pfg@
>  Differential Revision: https://reviews.freebsd.org/D21378
> 
> Modified:
>  head/sys/conf/kern.pre.mk
>  head/sys/conf/kmod.mk
> 

Uhhhhh... this change and the other one now turn off -Werror with non-gcc compilers. This needs to be fixed.

-Enji


More information about the svn-src-all mailing list