From owner-freebsd-current@FreeBSD.ORG Tue Aug 3 06:34:07 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 35C4F16A4CE; Tue, 3 Aug 2004 06:34:07 +0000 (GMT) Received: from mxout6.cac.washington.edu (mxout6.cac.washington.edu [140.142.33.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id C812C43D55; Tue, 3 Aug 2004 06:34:06 +0000 (GMT) (envelope-from dsyphers@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) ESMTP id i736XwQU015246; Mon, 2 Aug 2004 23:33:59 -0700 Received: from [192.168.1.102] (c-24-18-235-11.client.comcast.net [24.18.235.11]) (authenticated bits=0)i736Xw7N009900 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Mon, 2 Aug 2004 23:33:58 -0700 From: David Syphers To: njl@freebsd.org Date: Mon, 2 Aug 2004 23:34:00 -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: <200408022334.00207.dsyphers@u.washington.edu> cc: current@freebsd.org Subject: eisaconf.c problem in buildkernel 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: Tue, 03 Aug 2004 06:34:07 -0000 I'm updating a system running -CURRENT from July 23. I get this error in buildkernel: cc -c -O -pipe -march=athlon-xp -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -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/contrib/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 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/dev/eisa/eisaconf.c /usr/src/sys/dev/eisa/eisaconf.c: In function `eisa_probe': /usr/src/sys/dev/eisa/eisaconf.c:156: warning: 'i' might be used uninitialized in this function *** Error code 1 Stop in /usr/obj/usr/src/sys/YGGDRASIL. I recvsup'd but nothing has changed except something in acpi. Could this be due to the GCC change, or is it actually a problem? -David