lib/libc/tests/iconv: raise WARNS to 6

MFC after:	2 weeks
This commit is contained in:
Alan Somers 2020-09-24 21:42:44 +00:00
parent 9f036e84fb
commit 90ec6a3035
2 changed files with 1 additions and 2 deletions

View File

@ -3,6 +3,5 @@
TESTSDIR= ${TESTSBASE}/lib/libc/iconv
ATF_TESTS_C+= iconvctl_test
WARNS?= 2
.include <bsd.test.mk>

View File

@ -30,7 +30,7 @@ __FBSDID("$FreeBSD$");
#include <atf-c.h>
void
static void
test_trivialp(const char *src, const char *dst, int expected)
{
iconv_t ic;