summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2016-05-23 20:19:07 +0000
committerasomers <asomers@FreeBSD.org>2016-05-23 20:19:07 +0000
commit50b3af23076e765c9e465ecc41463bd28f983697 (patch)
tree68d51dd8f72c76d78fae1ba793c1228198bfe51e
parent9cb221bdb06608d9a2a04eb050c05103237abb53 (diff)
downloadFreeBSD-src-50b3af23076e765c9e465ecc41463bd28f983697.zip
FreeBSD-src-50b3af23076e765c9e465ecc41463bd28f983697.tar.gz
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
-rw-r--r--tests/sys/kern/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/sys/kern/Makefile b/tests/sys/kern/Makefile
index ee9959e..cbe382c 100644
--- a/tests/sys/kern/Makefile
+++ b/tests/sys/kern/Makefile
@@ -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
OpenPOWER on IntegriCloud