From: Ben Hutchings Date: Mon, 13 Sep 2010 01:16:18 +0000 (+0100) Subject: [PATCH] Partially revert "MIPS: Add -Werror to arch/mips/Kbuild" X-Git-Tag: archive/raspbian/5.18.16-1+rpi1^2~90 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3a419db5db285ab3f4d3cca24e0a80b77a93c4ab;p=linux.git [PATCH] Partially revert "MIPS: Add -Werror to arch/mips/Kbuild" Forwarded: not-needed This reverts commits 66f9ba101f54bda63ab1db97f9e9e94763d0651b and 5373633cc9253ba82547473e899cab141c54133e. We really don't want to add -Werror anywhere. Gbp-Pq: Topic debian Gbp-Pq: Name mips-disable-werror.patch --- diff --git a/arch/mips/Kbuild b/arch/mips/Kbuild index 9e8071f0e58..ed09e894749 100644 --- a/arch/mips/Kbuild +++ b/arch/mips/Kbuild @@ -1,10 +1,4 @@ # SPDX-License-Identifier: GPL-2.0 -# Fail on warnings - also for files referenced in subdirs -# -Werror can be disabled for specific files using: -# CFLAGS_ := -Wno-error -ifeq ($(W),) -subdir-ccflags-y := -Werror -endif # platform specific definitions include arch/mips/Kbuild.platforms