Files
MSYS2-packages/make-git/0001-remove-Werror.patch
2019-11-12 08:01:19 +03:00

14 lines
641 B
Diff

diff --git a/maintMakefile b/maintMakefile
index a467ac0..792becb 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -32,7 +32,7 @@ PERLFLAGS := -w
# We like mondo-warnings!
# Also force comments to be preserved. This helps when using ccache, in
# combination with GCC 7's implicit-fallthrough warning.
-MAKE_CFLAGS := -C -Wall -Wextra -Werror -Wwrite-strings -Wshadow \
+MAKE_CFLAGS := -C -Wall -Wextra -Wwrite-strings -Wshadow \
-Wdeclaration-after-statement -Wbad-function-cast -Wformat-security \
-Wtype-limits -Wunused-but-set-parameter -Wlogical-op -Wpointer-arith \
-Wignored-qualifiers -Wformat-signedness -Wduplicated-cond