xref: /freebsd/sys/conf/kern.mk (revision 1b56bb4ca7afcf0f76feac28ddb97f5b78923913)
1#	$Id: bsd.kern.mk,v 1.2 1996/10/09 18:41:40 bde Exp $
2
3#
4# Warning flags for compiling the kernel and components of the kernel.
5#
6CWARNFLAGS?=	-Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
7		-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \
8		-Wpointer-arith # -W -Winline -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