From owner-freebsd-alpha Wed Mar 20 16:17:58 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id B458D37B404; Wed, 20 Mar 2002 16:17:55 -0800 (PST) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g2L0Hrf23458; Wed, 20 Mar 2002 16:17:54 -0800 (PST) (envelope-from mjacob@feral.com) Date: Wed, 20 Mar 2002 16:17:53 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: "David O'Brien" Cc: "M. Warner Losh" , alpha@FreeBSD.ORG Subject: Re: Expected compiler error on GENERIC? In-Reply-To: <20020320151720.A90111@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Actually, no. There should still be an error in isp. On Wed, 20 Mar 2002, David O'Brien wrote: > Gn Wed, Mar 20, 2002 at 03:31:48PM -0700, M. Warner Losh wrote: > > cc -c -O -pipe -mcpu=ev56 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I/usr/include -D_KERNEL -ffreestanding -include opt_global.h -fno-common -elf -mno-fp-regs -ffixed-8 -Wa,-mev56 -Werror ../../../alpha/pci/t2.c > > cc1: warnings being treated as errors > > ../../../alpha/pci/t2.c: In function `t2_probe': > > ../../../alpha/pci/t2.c:340: warning: cast discards qualifiers from pointer target type > > *** Error code 1 > > > I looked at this today. I don't know enough about the code to figure out > a good correct fix. What is being complained about is the structure is > 'volatile'. > > This is the only remaining warning for compiling GENERIC. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message