Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Remove all -Wall and almost all -Werror usage from arch/mips.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

-16
-2
arch/mips/bcm63xx/boards/Makefile
··· 1 1 obj-$(CONFIG_BOARD_BCM963XX) += board_bcm963xx.o 2 - 3 - ccflags-y := -Werror
-2
arch/mips/fw/arc/Makefile
··· 8 8 lib-$(CONFIG_ARC_MEMORY) += memory.o 9 9 lib-$(CONFIG_ARC_CONSOLE) += arc_con.o 10 10 lib-$(CONFIG_ARC_PROMLIB) += promlib.o 11 - 12 - ccflags-y := -Werror
-2
arch/mips/jz4740/Makefile
··· 16 16 # PM support 17 17 18 18 obj-$(CONFIG_PM) += pm.o 19 - 20 - ccflags-y := -Werror -Wall
-2
arch/mips/oprofile/Makefile
··· 1 - ccflags-y := -Werror 2 - 3 1 obj-$(CONFIG_OPROFILE) += oprofile.o 4 2 5 3 DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
-2
arch/mips/pmc-sierra/yosemite/Makefile
··· 5 5 obj-y += irq.o prom.o py-console.o setup.o 6 6 7 7 obj-$(CONFIG_SMP) += smp.o 8 - 9 - ccflags-y := -Werror
-2
arch/mips/powertv/Makefile
··· 27 27 asic/ pci/ 28 28 29 29 obj-$(CONFIG_USB) += powertv-usb.o 30 - 31 - ccflags-y := -Wall
-2
arch/mips/powertv/asic/Makefile
··· 19 19 obj-y += asic-calliope.o asic-cronus.o asic-gaia.o asic-zeus.o \ 20 20 asic_devices.o asic_int.o irq_asic.o prealloc-calliope.o \ 21 21 prealloc-cronus.o prealloc-cronuslite.o prealloc-gaia.o prealloc-zeus.o 22 - 23 - ccflags-y := -Wall -Werror
-2
arch/mips/powertv/pci/Makefile
··· 17 17 # 18 18 19 19 obj-$(CONFIG_PCI) += fixup-powertv.o 20 - 21 - ccflags-y := -Wall -Werror