summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ee9959e862ac..cbe382cbf8aa 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