summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.mk
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2006-06-29 21:15:25 +0000
committerobrien <obrien@FreeBSD.org>2006-06-29 21:15:25 +0000
commit015886f70c149c67011566acfd210ca13fcf26ee (patch)
tree13f3e2dd8441907d687055a10e1de7a40197ac03 /sys/conf/kern.mk
parentd7fe1ba45fc8e393034951554d7517991490e2d3 (diff)
downloadFreeBSD-src-015886f70c149c67011566acfd210ca13fcf26ee.zip
FreeBSD-src-015886f70c149c67011566acfd210ca13fcf26ee.tar.gz
Create new dialect knob, as setting the language dialect isn't a warning flag.
Diffstat (limited to 'sys/conf/kern.mk')
-rw-r--r--sys/conf/kern.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index cea8af1..fed6657 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -12,7 +12,7 @@ CWARNFLAGS=
.else
CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
- ${_wundef} -fformat-extensions -std=c99
+ ${_wundef} -fformat-extensions
.if !defined(NO_UNDEF)
_wundef= -Wundef
.endif
OpenPOWER on IntegriCloud