Oops, comment lines can't be indented either.

This commit is contained in:
Bruce Evans 1997-10-21 10:39:27 +00:00
parent 1bfc282680
commit 7ffe3d1c5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30629
2 changed files with 4 additions and 6 deletions

View File

@ -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.

View File

@ -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.