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>
此提交包含在:
Christoph Hellwig
2020-07-14 14:18:47 +02:00
提交者 Rich Felker
父節點 91194e9b04
當前提交 ccbb5239d4
共有 3 個檔案被更改,包括 0 行新增6 行删除

查看文件

@@ -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