From owner-svn-src-head@FreeBSD.ORG Tue Aug 13 08:12:58 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 073CE13D; Tue, 13 Aug 2013 08:12:58 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF2BA226D; Tue, 13 Aug 2013 08:12:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D8CvrW072888; Tue, 13 Aug 2013 08:12:57 GMT (envelope-from peter@svn.freebsd.org) Received: (from peter@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D8Cv1F072883; Tue, 13 Aug 2013 08:12:57 GMT (envelope-from peter@svn.freebsd.org) Message-Id: <201308130812.r7D8Cv1F072883@svn.freebsd.org> From: Peter Wemm Date: Tue, 13 Aug 2013 08:12:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r254276 - head/lib/libiconv_compat X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 08:12:58 -0000 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