diff options
author | bde <bde@FreeBSD.org> | 1996-06-17 15:11:10 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-06-17 15:11:10 +0000 |
commit | 62c6661fc4edcf76b19a0b91959ef508f3e5b352 (patch) | |
tree | f80678373e393ef5092a5661be313716b2f2d612 /sys | |
parent | 87e1afbd93806de284d32e8ad045257b64ab7349 (diff) | |
download | FreeBSD-src-62c6661fc4edcf76b19a0b91959ef508f3e5b352.zip FreeBSD-src-62c6661fc4edcf76b19a0b91959ef508f3e5b352.tar.gz |
Synced with Makefile.i386: added -Wunused.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/kmod.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk index 00c72ac..dde7ea0 100644 --- a/sys/conf/kmod.mk +++ b/sys/conf/kmod.mk @@ -1,5 +1,5 @@ # From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 -# $Id: bsd.kmod.mk,v 1.20 1996/04/29 15:37:30 wosch Exp $ +# $Id: bsd.kmod.mk,v 1.21 1996/05/25 23:09:47 wosch Exp $ # # The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules. # <bsd.kmod.mk> includes the file named "../Makefile.inc" if it exists, @@ -93,7 +93,7 @@ # CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \ -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \ - -Winline + -Winline -Wunused CFLAGS+=${COPTS} -DKERNEL -DACTUALLY_LKM_NOT_KERNEL -I${.CURDIR}/../../sys \ ${CWARNFLAGS} |