Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 1996 07:49:29 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-share
Subject:   cvs commit:  src/share/mk bsd.kern.mk
Message-ID:  <199611111549.HAA20871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/11/11 07:49:29

  Modified:    share/mk  bsd.kern.mk
  Log:
  Turned off -W and -Winline so that the warnings that should be fixed for
  2.2 are more obvious.  -Winline is unimportant, but -W gives thousands
  of warnings for comparisions.  Turning off -W also loses warnings for:
  - auto variables clobbered by longjmp.  Not much of a problem in the kernel.
  - functions returning without a value.  I don't like losing this.
  - an expression statement or the left side of a comma operand contains no
    side effects.  Turning this off also stops warnings for the low quality
    debugging macros in gsc.c and lpt.c.
  
  Should be in 2.2.
  
  Revision  Changes    Path
  1.3       +3 -3      src/share/mk/bsd.kern.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611111549.HAA20871>