From: Andi Kleen <ak@suse.de>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Fix gcc 4 compilation in drivers/eisa
Date: Mon, 10 Jan 2005 03:54:46 +0100 [thread overview]
Message-ID: <20050110025446.GA6880@wotan.suse.de> (raw)
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
reply other threads:[~2005-01-10 2:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050110025446.GA6880@wotan.suse.de \
--to=ak@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome