Skip to content

Commit

Permalink
MFC r366131:
Browse files Browse the repository at this point in the history
lib/libc/tests/sys: raise WARNS to 6
  • Loading branch information
asomers committed Nov 26, 2020
1 parent 0cf7ad9 commit 7e270f1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/libc/tests/sys/Makefile
Expand Up @@ -80,12 +80,6 @@ LIBADD.timer_create_test+= rt
SRCS.mlock_test+= mlock_helper.c
SRCS.setrlimit_test+= mlock_helper.c

.if ${COMPILER_TYPE} == "gcc"
WARNS?= 3
.else
WARNS?= 4
.endif

FILESGROUPS+= truncate_test_FILES

truncate_test_FILES= truncate_test.root_owned
Expand Down

0 comments on commit 7e270f1

Please sign in to comment.