[PATCH] Partially revert "MIPS: Add -Werror to arch/mips/Kbuild"
authorBen Hutchings <ben@decadent.org.uk>
Mon, 13 Sep 2010 01:16:18 +0000 (02:16 +0100)
committerSalvatore Bonaccorso <carnil@debian.org>
Wed, 20 Jan 2021 16:40:43 +0000 (16:40 +0000)
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

arch/mips/Kbuild

index d5d6ef9bb9867835fe221aa5501187212928918a..ec088204f51cb5ec435fc887e10b693c9f87687b 100644 (file)
@@ -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_<file.o> := -Wno-error
-ifeq ($(W),)
-subdir-ccflags-y := -Werror
-endif
 
 # platform specific definitions
 include arch/mips/Kbuild.platforms