From owner-freebsd-current@FreeBSD.ORG Fri Jun 25 07:08:52 2004 Return-Path: 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 99F0316A4CE for ; Fri, 25 Jun 2004 07:08:52 +0000 (GMT) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C9D343D5A for ; Fri, 25 Jun 2004 07:08:52 +0000 (GMT) (envelope-from dsyphers@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) ESMTP id i5P78FTm020989 for ; Fri, 25 Jun 2004 00:08:15 -0700 Received: from d-128-208-61-227.dhcp4.washington.edu (D-128-208-61-227.dhcp4.washington.edu [128.208.61.227]) id i5P78Ear013761 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Fri, 25 Jun 2004 00:08:15 -0700 From: David Syphers To: current@freebsd.org Date: Fri, 25 Jun 2004 00:08:14 -0700 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200406250008.14984.dsyphers@u.washington.edu> Subject: breakage in pcm/mixer.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 25 Jun 2004 07:08:52 -0000 During a recent buildworld/make kernel, I got the following error: ------------------------------ cc -c -O -pipe -march=athlon-xp -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto types -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys - I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/c ontrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -mno-align-long-strings -mpreferred-stack-bo undary=2 -ffreestanding -Werror /usr/src/sys/dev/sound/pcm/mixer.c /usr/src/sys/dev/sound/pcm/mixer.c: In function `mixer_init': /usr/src/sys/dev/sound/pcm/mixer.c:192: warning: `v' might be used uninitialized in this function *** Error code 1 Stop in /usr/obj/usr/src/sys/YGGDRASIL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ------------------------------ I'm upgrading from a May 22 -CURRENT. I do see some recent commits to pcm/mixer.c around that line, but have no idea if those could cause the problem. Any ideas? Thanks, -David