diff options
author | Christoph Hellwig <hch@lst.de> | 2020-07-14 14:18:47 +0200 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2020-08-14 22:05:13 -0400 |
commit | ccbb5239d495923cb24b84a73eb814626c5bfa57 (patch) | |
tree | 4997663db59bab0e63ffce032adbadd27b8920c1 /arch/sh/mm | |
parent | 91194e9b046e18ed813d4632e1c72683aac944ad (diff) |
sh: remove -Werror from Makefiles
The sh build is full of warnings when building with gcc 9.2.1. While
fixing those would be great, at least avoid failing the build.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/mm/Makefile b/arch/sh/mm/Makefile index 487da0ff03b3..f69ddc70b146 100644 --- a/arch/sh/mm/Makefile +++ b/arch/sh/mm/Makefile @@ -43,5 +43,3 @@ obj-$(CONFIG_UNCACHED_MAPPING) += uncached.o obj-$(CONFIG_HAVE_SRAM_POOL) += sram.o GCOV_PROFILE_pmb.o := n - -ccflags-y := -Werror |