From owner-freebsd-current@FreeBSD.ORG Wed Sep 5 17:13:31 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA8AF106564A; Wed, 5 Sep 2012 17:13:31 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 767CE8FC0A; Wed, 5 Sep 2012 17:13:31 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:d43c:3039:49b5:2229] (unknown [IPv6:2001:7b8:3a7:0:d43c:3039:49b5:2229]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id EFFBC5C43; Wed, 5 Sep 2012 19:13:29 +0200 (CEST) Message-ID: <5047883A.9060905@FreeBSD.org> Date: Wed, 05 Sep 2012 19:13:30 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20120828 Thunderbird/16.0 MIME-Version: 1.0 To: David Wolfskill References: <20120905132725.GE1486@albert.catwhisker.org> In-Reply-To: <20120905132725.GE1486@albert.catwhisker.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: delphij@freebsd.org, current@freebsd.org Subject: Re: buildkernel fails after r240104 (i386, clang) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 17:13:31 -0000 On 2012-09-05 15:27, David Wolfskill wrote: ... > /usr/src/sys/dev/hpt27xx/osm_bsd.c:1180:25: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] > S_IRUSR | S_IWUSR, driver_name); > ^~~~~~~~~~~ Thanks, fixed in r240144.