From owner-freebsd-commit Fri Dec 15 17:57:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA05259 for freebsd-commit-outgoing; Fri, 15 Dec 1995 17:57:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA05248 for cvs-all-outgoing; Fri, 15 Dec 1995 17:57:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA05237 for cvs-share-outgoing; Fri, 15 Dec 1995 17:57:28 -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 Message-Id: <199512160157.RAA05228@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/mk bsd.kmod.mk Sender: owner-commit@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