summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorassar <assar@FreeBSD.org>2001-07-22 00:12:22 +0000
committerassar <assar@FreeBSD.org>2001-07-22 00:12:22 +0000
commit6833b4cd915e72ca84c9cdfcf99ee35856352de2 (patch)
tree638735d78946507ccfa13d2d196fe399527277a2 /share/mk
parent352a508a9620f9dc3ff9678d9ec38872980977c6 (diff)
downloadFreeBSD-src-6833b4cd915e72ca84c9cdfcf99ee35856352de2.zip
FreeBSD-src-6833b4cd915e72ca84c9cdfcf99ee35856352de2.tar.gz
get rid of some printf and pointer type warnings
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.kern.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk
index d81fd7c..ba78e3b 100644
--- a/share/mk/bsd.kern.mk
+++ b/share/mk/bsd.kern.mk
@@ -3,12 +3,8 @@
#
# Warning flags for compiling the kernel and components of the kernel.
#
-# Note that the newly added -Wcast-qual is responsible for generating
-# most of the remaining warnings. Warnings introduced with -Wall will
-# also pop up, but are easier to fix.
-#
CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
- -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
+ -Wmissing-prototypes -Wpointer-arith -Winline \
-fformat-extensions -ansi
#
# The following flags are next up for working on:
OpenPOWER on IntegriCloud