svn commit: r254276 - head/lib/libiconv_compat

Peter Wemm peter at FreeBSD.org
Tue Aug 13 08:12:58 UTC 2013


Author: peter
Date: Tue Aug 13 08:12:57 2013
New Revision: 254276
URL: http://svnweb.freebsd.org/changeset/base/254276

Log:
  Turn off warns for this do-nothing file.  clang noticed.

Modified:
  head/lib/libiconv_compat/Makefile

Modified: head/lib/libiconv_compat/Makefile
==============================================================================
--- head/lib/libiconv_compat/Makefile	Tue Aug 13 07:56:40 2013	(r254275)
+++ head/lib/libiconv_compat/Makefile	Tue Aug 13 08:12:57 2013	(r254276)
@@ -4,4 +4,6 @@ LIB=	iconv
 SHLIB_MAJOR= 3
 SRCS=	stub.c
 
+WARNS?=	0
+
 .include <bsd.lib.mk>


More information about the svn-src-all mailing list