Date: Sat, 19 May 2018 07:27:03 -0400 From: Ed Maste <emaste@freebsd.org> To: Matt Macy <mmacy@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r333819 - in head/sys: conf modules/blake2 modules/crypto modules/drm2/i915kms modules/ipfilter Message-ID: <CAPyFy2AxgBNBkoLzdeaimtiwJnA2qe9GkJ1drg9RT-crbUK0uQ@mail.gmail.com> In-Reply-To: <201805190004.w4J0419B099140@repo.freebsd.org> References: <201805190004.w4J0419B099140@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 18 May 2018 at 20:04, Matt Macy <mmacy@freebsd.org> wrote: > Author: mmacy > Date: Sat May 19 00:04:01 2018 > New Revision: 333819 > URL: https://svnweb.freebsd.org/changeset/base/333819 > > Log: > Silence non-actionable warnings in vendor code ... > Modified: head/sys/conf/kern.mk > ============================================================================== > --- head/sys/conf/kern.mk Fri May 18 23:42:08 2018 (r333818) > +++ head/sys/conf/kern.mk Sat May 19 00:04:01 2018 (r333819) > @@ -18,12 +18,13 @@ CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs > # a false positive. > .if ${COMPILER_TYPE} == "clang" > NO_WCONSTANT_CONVERSION= -Wno-error-constant-conversion > -NO_WSHIFT_COUNT_NEGATIVE= -Wno-error-shift-count-negative > -NO_WSHIFT_COUNT_OVERFLOW= -Wno-error-shift-count-overflow > -NO_WSELF_ASSIGN= -Wno-error-self-assign > +NO_WSHIFT_COUNT_NEGATIVE= -Wno-shift-count-negative > +NO_WSHIFT_COUNT_OVERFLOW= -Wno-shift-count-overflow > +NO_WSELF_ASSIGN= -Wno-self-assign This silences the warning across the tree, not just vendor code.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2AxgBNBkoLzdeaimtiwJnA2qe9GkJ1drg9RT-crbUK0uQ>