Commit a missing change from 299090

tests/sys/kern/Makefile
	Reenable a disabled compiler warning, the need for which was
	eliminated by r299090.

Reviewed by:	ngie
MFC after:	4 weeks
X-MFC-With:	299090
Sponsored by:	Spectra Logic Corp
This commit is contained in:
Alan Somers 2016-05-23 20:19:07 +00:00
parent 65fdf52123
commit fc13dfc8e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300538

View File

@ -26,8 +26,6 @@ LIBADD.mqueue_test+= rt
# included in userland. But as far as subr_unit_test goes, they're effectively
# static. So it's ok to disable -Wmissing-prototypes for this program.
CFLAGS.subr_unit.c+= -Wno-missing-prototypes
# XXX: -Wno-sign-compare will be eliminated as part of D6004
CFLAGS.subr_unit.c+= -Wno-sign-compare
SRCS.subr_unit_test+= subr_unit.c
WARNS?= 5