From owner-freebsd-current@FreeBSD.ORG Sun Nov 27 22:18:19 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B55BA16A41F for ; Sun, 27 Nov 2005 22:18:19 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A6BD43D72 for ; Sun, 27 Nov 2005 22:17:57 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so749793nzo for ; Sun, 27 Nov 2005 14:17:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=An6EiZflEacRTH2ssEk/CjTHcfywfuHDq4j7MCwZtS1TLERzcKSFb40HZREX4Gcka+Jlc/S36stdO3B6UXkYjB/P6iXrTn1BHObxprn4ezm9gL7t3R7rkbcUwQnTs8IxFIkcnOj+NfORFSV4/YajqGP6XM3VlsmxubdkW2eWoa4= Received: by 10.36.215.21 with SMTP id n21mr2903145nzg; Sun, 27 Nov 2005 14:17:51 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 38sm1806583nzk.2005.11.27.14.17.50; Sun, 27 Nov 2005 14:17:51 -0800 (PST) From: "Michael C. Shultz" To: Sean Winn Date: Sun, 27 Nov 2005 14:08:17 -0800 User-Agent: KMail/1.8.3 References: <17290.7435.851684.533219@roam.psg.com> <200511271258.23017.ringworm01@gmail.com> <7FEAFB8D-F487-43BD-9B9F-F97A6DAC9406@gothic.net.au> In-Reply-To: <7FEAFB8D-F487-43BD-9B9F-F97A6DAC9406@gothic.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511271408.17874.ringworm01@gmail.com> Cc: Randy Bush , freebsd-current@freebsd.org Subject: Re: uipc_mqueue.c:1832: warning: 'mq' might be used uninitialized in this function 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: Sun, 27 Nov 2005 22:18:19 -0000 On Sunday 27 November 2005 14:10, Sean Winn wrote: > On 28/11/2005, at 7:58 AM, Michael C. Shultz wrote: > > On Sunday 27 November 2005 12:54, Randy Bush wrote: > >> cvsup at 20:39 > >> > >> cc -O -pipe -march=pentiumpro -Werror -D_KERNEL -DKLD_MODULE - > >> nostdinc -I- > > > > ^^^^^^^^^^^^^ > > > > get rid of -Werror in you CFLAGS, likely you set this in /etc/ > > make.conf > > Unlikely seeing -Werror is the default for kernel builds and has been > for a while. > > NO_WERROR is what turns it off. Thanks for the info -Mike