summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/kern.mk')
-rw-r--r--sys/conf/kern.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index d81fd7c..ba78e3b 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/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