[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] [PATCH] -Werror option is set twice
Please commit this patch.
Thanks!
Commit message:
Remove Werror warning option in this Makefile, Werror is already
set globally in the GENERAL variable inside the COFIGVAR file.
Contributed by David Galvez
diff -r 438fa8c51287 -r c259ceb2e039 sys/Makefile.objs
--- a/sys/Makefile.objs Wed Dec 16 19:09:09 2015 +0100
+++ b/sys/Makefile.objs Thu Dec 17 20:16:10 2015 +0100
@@ -23,8 +23,7 @@
-Wmissing-prototypes \
-Wshadow \
-Wpointer-arith \
- -Wcast-qual \
- -Werror
+ -Wcast-qual
LDFLAGS = -nostdlib
LDFLAGS += -Wl,-Map -Wl,map.txt
# XXX should be come from arch/