linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix gcc 4 compilation in drivers/eisa
@ 2005-01-10  2:54 Andi Kleen
  0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2005-01-10  2:54 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel


Drop bogus -Werror to allow compilation with gcc 4

Signed-off-by: Andi Kleen <ak@suse.de>


Index: linux/drivers/eisa/Makefile
===================================================================
--- linux.orig/drivers/eisa/Makefile	2004-03-21 21:11:50.%N +0100
+++ linux/drivers/eisa/Makefile	2005-01-09 18:51:02.%N +0100
@@ -1,8 +1,5 @@
 # Makefile for the Linux device tree
 
-# Being anal sometimes saves a crash/reboot cycle... ;-)
-EXTRA_CFLAGS    := -Werror
-
 obj-$(CONFIG_EISA)	        += eisa-bus.o
 obj-${CONFIG_EISA_PCI_EISA}     += pci_eisa.o
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-10  2:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-10  2:54 [PATCH] Fix gcc 4 compilation in drivers/eisa Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).