diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-10-21 10:39:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-10-21 10:39:27 +0000 |
| commit | 7ffe3d1c5d0329a639b3d6883de035c7187d197b (patch) | |
| tree | 35888a17fd5a5301c7305b3c7aaf20280b944952 | |
| parent | 1bfc28268076337c34e5555d7e94a9bf8721cfe5 (diff) | |
Notes
| -rw-r--r-- | share/mk/bsd.kern.mk | 5 | ||||
| -rw-r--r-- | sys/conf/kern.mk | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk index dcde3e6ee8aa..17b416fa4123 100644 --- a/share/mk/bsd.kern.mk +++ b/share/mk/bsd.kern.mk @@ -1,4 +1,4 @@ -# $Id: bsd.kern.mk,v 1.6 1997/10/21 06:53:24 bde Exp $ +# $Id: bsd.kern.mk,v 1.7 1997/10/21 10:36:07 bde Exp $ # # Warning flags for compiling the kernel and components of the kernel. @@ -6,10 +6,9 @@ CWARNFLAGS?= -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \ -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \ -Wpointer-arith -Winline -Wuninitialized - # -W -Wunused -Wcast-qual # # The following flags are next up for working on: -# -Wformat -Wall +# -W -Wunused -Wcast-qual -Wformat -Wall # # When working on removing warnings from code, the `-Werror' flag should be # of material assistance. diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index dcde3e6ee8aa..17b416fa4123 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -1,4 +1,4 @@ -# $Id: bsd.kern.mk,v 1.6 1997/10/21 06:53:24 bde Exp $ +# $Id: bsd.kern.mk,v 1.7 1997/10/21 10:36:07 bde Exp $ # # Warning flags for compiling the kernel and components of the kernel. @@ -6,10 +6,9 @@ CWARNFLAGS?= -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \ -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \ -Wpointer-arith -Winline -Wuninitialized - # -W -Wunused -Wcast-qual # # The following flags are next up for working on: -# -Wformat -Wall +# -W -Wunused -Wcast-qual -Wformat -Wall # # When working on removing warnings from code, the `-Werror' flag should be # of material assistance. |
