diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk index 023612392e36..d6c5eaf80c68 100644 --- a/share/mk/bsd.kern.mk +++ b/share/mk/bsd.kern.mk @@ -1,11 +1,11 @@ -# $Id$ +# $Id: bsd.kern.mk,v 1.1 1996/10/08 22:10:49 bde Exp $ # # Warning flags for compiling the kernel and components of the kernel. # CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \ -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \ - -Winline -Wunused -Wpointer-arith -Wcast-qual + -Winline -Wpointer-arith # -Wunused -Wcast-qual # # The following flags are next up for working on: # -Wformat -Wall diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index 023612392e36..d6c5eaf80c68 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -1,11 +1,11 @@ -# $Id$ +# $Id: bsd.kern.mk,v 1.1 1996/10/08 22:10:49 bde Exp $ # # Warning flags for compiling the kernel and components of the kernel. # CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \ -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \ - -Winline -Wunused -Wpointer-arith -Wcast-qual + -Winline -Wpointer-arith # -Wunused -Wcast-qual # # The following flags are next up for working on: # -Wformat -Wall