From owner-freebsd-current@FreeBSD.ORG Sun Nov 27 20:54:54 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 3845216A41F for ; Sun, 27 Nov 2005 20:54:54 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FAE143D82 for ; Sun, 27 Nov 2005 20:54:39 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.54 (FreeBSD)) id 1EgTXi-000GBH-GQ for freebsd-current@freebsd.org; Sun, 27 Nov 2005 20:54:38 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.54 (FreeBSD)) id 1EgTXg-0006zE-8S for freebsd-current@freebsd.org; Sun, 27 Nov 2005 12:54:36 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17290.7435.851684.533219@roam.psg.com> Date: Sun, 27 Nov 2005 10:54:35 -1000 To: FreeBSD Current Subject: 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 20:54:54 -0000 cvsup at 20:39 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/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