xref: /freebsd/sys/conf/kern.mk (revision 9ee40678bbdcedc6a3ac1e311abe740018911cf1)
1#	$Id: bsd.kern.mk,v 1.1 1996/10/08 22:10:49 bde Exp $
2
3#
4# Warning flags for compiling the kernel and components of the kernel.
5#
6CWARNFLAGS?=	-W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
7		-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \
8		-Winline -Wpointer-arith # -Wunused -Wcast-qual
9#
10# The following flags are next up for working on:
11#	-Wformat -Wall
12#
13# When working on removing warnings from code, the `-Werror' flag should be
14# of material assistance.
15#
16