Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 17:40:09 -0500 (EST)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        "M. Warner Losh" <imp@village.org>
Cc:        alpha@FreeBSD.ORG
Subject:   Re: Expected compiler error on GENERIC?
Message-ID:  <15513.4041.407099.858575@grasshopper.cs.duke.edu>
In-Reply-To: <20020320.153148.103780390.imp@village.org>
References:  <20020320.153148.103780390.imp@village.org>

next in thread | previous in thread | raw e-mail | index | archive | help

M. Warner Losh writes:
 > 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
 > 

Until recently, alpha compiles never even made it this far with
-Werror..

What's the appropriate way to shut the compiler up?




Drew

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15513.4041.407099.858575>