Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 21:42:45 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366132 - head/lib/libc/tests/iconv
Message-ID:  <202009242142.08OLgjNm032155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Thu Sep 24 21:42:44 2020
New Revision: 366132
URL: https://svnweb.freebsd.org/changeset/base/366132

Log:
  lib/libc/tests/iconv: raise WARNS to 6
  
  MFC after:	2 weeks

Modified:
  head/lib/libc/tests/iconv/Makefile
  head/lib/libc/tests/iconv/iconvctl_test.c

Modified: head/lib/libc/tests/iconv/Makefile
==============================================================================
--- head/lib/libc/tests/iconv/Makefile	Thu Sep 24 21:39:09 2020	(r366131)
+++ head/lib/libc/tests/iconv/Makefile	Thu Sep 24 21:42:44 2020	(r366132)
@@ -3,6 +3,5 @@
 TESTSDIR=	${TESTSBASE}/lib/libc/iconv
 
 ATF_TESTS_C+=	iconvctl_test
-WARNS?=		2
 
 .include <bsd.test.mk>

Modified: head/lib/libc/tests/iconv/iconvctl_test.c
==============================================================================
--- head/lib/libc/tests/iconv/iconvctl_test.c	Thu Sep 24 21:39:09 2020	(r366131)
+++ head/lib/libc/tests/iconv/iconvctl_test.c	Thu Sep 24 21:42:44 2020	(r366132)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009242142.08OLgjNm032155>