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)
committerAurelien Jarno <aurel32@debian.org>
Fri, 2 Mar 2018 07:52:22 +0000 (07:52 +0000)
This reverts commit 66f9ba101f54bda63ab1db97f9e9e94763d0651b.

We really don't want to add -Werror anywhere.

Gbp-Pq: Topic debian
Gbp-Pq: Name mips-disable-werror.patch

arch/mips/Kbuild

index 5c3f688a5232f2690007a8e92a12ba76ae11b4a5..6f39bc9f515ff9b09b8829c625a0b2b77d754af8 100644 (file)
@@ -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)