summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-09 18:41:40 +0000
committerbde <bde@FreeBSD.org>1996-10-09 18:41:40 +0000
commitcb1736a6a136d03f71255419e52dfe06829b1465 (patch)
tree9fe933f13212e3d480d2e0ded63236b5fde2861e /share
parent33b5d083b81feeb4381267501daaa4a58835f695 (diff)
downloadFreeBSD-src-cb1736a6a136d03f71255419e52dfe06829b1465.zip
FreeBSD-src-cb1736a6a136d03f71255419e52dfe06829b1465.tar.gz
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).
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.kern.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk
index 0236123..d6c5eaf 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
OpenPOWER on IntegriCloud