From owner-freebsd-current@FreeBSD.ORG Sun Nov 27 22:21:50 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 6257E16A41F for ; Sun, 27 Nov 2005 22:21:50 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B25E43D64 for ; Sun, 27 Nov 2005 22:21:45 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so750259nzo for ; Sun, 27 Nov 2005 14:21:43 -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=geAGwHOEf4rVXpSaFV2Lq6hPzbHuE4feJQs3cUC0HU2Ylmkane8f5NwrM1gI9Py2T1FMDVpdjT95sAzuhPMcwaGzee5mHdTagZc09jSLn6tggaYiMANUAZM7pbCEtM5phly+g8vVkfDqjigCj5AWthSlAR/8xyMLw2m0esDoiXc= Received: by 10.36.18.9 with SMTP id 9mr2904651nzr; Sun, 27 Nov 2005 14:21:43 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 7sm1638056nzn.2005.11.27.14.21.42; Sun, 27 Nov 2005 14:21:43 -0800 (PST) From: "Michael C. Shultz" To: Randy Bush Date: Sun, 27 Nov 2005 14:12:09 -0800 User-Agent: KMail/1.8.3 References: <17290.7435.851684.533219@roam.psg.com> <200511271324.45398.ringworm01@gmail.com> <17290.11946.415967.173429@roam.psg.com> In-Reply-To: <17290.11946.415967.173429@roam.psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511271412.10225.ringworm01@gmail.com> Cc: 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:21:50 -0000 On Sunday 27 November 2005 14:09, Randy Bush wrote: > >>> FORCE_PKG_REGISTER=YES > > > > Here is something else you should fix while your hunting down that > > -Werror switch, Kris Kennway just posted good advice about why this is a > > dumb thing to do a week or two ago, you might want to search the mail > > archives and look it up. > > he posted it in response to a msg from me, so i saw it for sure > > problem is that gnome would not upgrade without it. > > randy It isn't a proper fix, my opinion is you should track down and fix the real reason why gnome wouldn't upgrade and get rid of this sooner rather than later. -Mike