| Submitter | Artem Bityutskiy |
|---|---|
| Date | March 9, 2012, 11:35 a.m. |
| Message ID | <1331292947-14913-1-git-send-email-dedekind1@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/146297/ |
| State | New |
| Headers | show |
Comments
On Fri, 2012-03-09 at 13:35 +0200, Artem Bityutskiy wrote: > From: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> > > MIPS does not build with the standard W=1 Kbuild switch with - tested with > gcc-4.6 by me and gcc-4.5 by John Crispin. The reason is that MIPS adds Hi Ralf, what's the fate of this patch?
Patch
diff --git a/arch/mips/Kbuild b/arch/mips/Kbuild index 7dd65cf..0d37730 100644 --- a/arch/mips/Kbuild +++ b/arch/mips/Kbuild @@ -1,8 +1,3 @@ -# Fail on warnings - also for files referenced in subdirs -# -Werror can be disabled for specific files using: -# CFLAGS_<file.o> := -Wno-error -subdir-ccflags-y := -Werror - # platform specific definitions include arch/mips/Kbuild.platforms obj-y := $(platform-y)