Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA12596; Fri, 15 Dec 95 20:58:20 EST
Received: from halloran-eldar.lcs.mit.edu by MIT.EDU with SMTP
	id AA22734; Fri, 15 Dec 95 20:58:22 EST
Received: from freefall.FreeBSD.ORG by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM)
	id AA26389; Fri, 15 Dec 1995 20:58:12 -0500
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id RAA05249
          for cvs-committers-outgoing; Fri, 15 Dec 1995 17:57:32 -0800 (PST)
Received: (from bde@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id RAA05228
          Fri, 15 Dec 1995 17:57:26 -0800 (PST)
Date: Fri, 15 Dec 1995 17:57:26 -0800 (PST)
From: Bruce Evans <bde@freefall.freebsd.org>
Message-Id: <199512160157.RAA05228@freefall.freebsd.org>
To: CVS-committers@freefall.freebsd.org, cvs-share@freefall.freebsd.org
Subject: cvs commit: src/share/mk bsd.kmod.mk
Sender: owner-cvs-committers@FreeBSD.ORG
Precedence: bulk

bde         95/12/15 17:57:26

  Modified:    sys/i386/conf  Makefile.i386
               share/mk  bsd.kmod.mk
  Log:
  Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so that
  prototypes don't go missing again.  Also added -Winline so that some
  doubtful (non-)inlines get fixed.
  
  bsd.kmod.mk:
  Also added `-Wreturn-type -Wimplicit -Wnested-externs' to catch up
  with the kernel.
  
  Revision  Changes    Path
  1.71      +4 -3      src/sys/i386/conf/Makefile.i386
  1.17      +4 -2      src/share/mk/bsd.kmod.mk
