1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Oops, this wasn't supposed to have -Wcast-qual yet.

Also disabled -Wunused.  It caused too many warnings even for me.
The sign mismatch warnings should be fixed first.  They are more
important and harder to disable (they are controlled by -W, which
controls too many things).
This commit is contained in:
Bruce Evans 1996-10-09 18:41:40 +00:00
parent d656e316f8
commit 272937b07f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18841
2 changed files with 4 additions and 4 deletions

View File

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

View File

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