From owner-freebsd-current@FreeBSD.ORG Sun Nov 27 21:09:05 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 9C49216A435 for ; Sun, 27 Nov 2005 21:09:04 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C239943DD2 for ; Sun, 27 Nov 2005 21:08:20 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i20so1592049wra for ; Sun, 27 Nov 2005 13:08:01 -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=ocPB/w9T2/dCUfxfX0eMAq1Ty5UryOVJJWoffdXNYnxoHLT4zRzqJ6BmTKSn5VK4QOiC+J7Dt7Q5BXsU8d6C2REVOa2D/LAfWYt/6ZnPV7xemKJe0CDPg4brpy4DHJxx9hcVFPsRmRpK5TlIKGgw+gGqSCmLrwN84lWcUFs2VIs= Received: by 10.54.143.1 with SMTP id q1mr7735915wrd; Sun, 27 Nov 2005 13:08:01 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id d74sm27579wra.2005.11.27.13.08.00; Sun, 27 Nov 2005 13:08:01 -0800 (PST) From: "Michael C. Shultz" To: freebsd-current@freebsd.org Date: Sun, 27 Nov 2005 12:58:21 -0800 User-Agent: KMail/1.8.3 References: <17290.7435.851684.533219@roam.psg.com> In-Reply-To: <17290.7435.851684.533219@roam.psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511271258.23017.ringworm01@gmail.com> Cc: Randy Bush 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 21:09:07 -0000 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 -Mike > -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/ROAM/opt_global.h -I. -I@ -I@/contrib/altq > -I@/../include -finline-limit=8000 -fno-common -g > -I/usr/obj/usr/src/sys/ROAM -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -c > /usr/src/sys/modules/mpt/../../dev/mpt/mpt_raid.c ld -d -warn-common -r -d > -o mpt.kld mpt.o mpt_cam.o mpt_debug.o mpt_pci.o mpt_raid.o touch > export_syms > awk -f /usr/src/sys/modules/mpt/../../conf/kmod_syms.awk mpt.kld > export_syms | xargs -J% objcopy % mpt.kld ld -Bshareable -d -warn-common > -o mpt.ko.debug mpt.kld > objcopy --only-keep-debug mpt.ko.debug mpt.ko.symbols > objcopy --strip-debug --add-gnu-debuglink=mpt.ko.symbols mpt.ko.debug > mpt.ko ===> mqueue (all) > cc -O -pipe -march=pentiumpro -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- > -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/ROAM/opt_global.h -I. -I@ -I@/contrib/altq > -I@/../include -finline-limit=8000 -fno-common -g > -I/usr/obj/usr/src/sys/ROAM -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -c > /usr/src/sys/modules/mqueue/../../kern/uipc_mqueue.c > /usr/src/sys/modules/mqueue/../../kern/uipc_mqueue.c: In function > `mq_open': /usr/src/sys/modules/mqueue/../../kern/uipc_mqueue.c:1832: > warning: 'mq' might be used uninitialized in this function *** Error code 1 > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"