From ce2cc568f822605ae4258ec25b87b59b24c7bd19 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Wed, 14 Jun 2017 23:22:26 +0200 Subject: Makefile.m32: enable -W for MinGW32 build The configure-based build also has this in addition to -Wall. Closes https://github.com/curl/curl/pull/1578 --- docs/examples/Makefile.m32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/Makefile.m32') diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index e75b6d130..5fbc5d66c 100644 --- a/docs/examples/Makefile.m32 +++ b/docs/examples/Makefile.m32 @@ -84,7 +84,7 @@ endif endif CC = $(CROSSPREFIX)gcc -CFLAGS = -g -O2 -Wall +CFLAGS = -g -O2 -Wall -W CFLAGS += -fno-strict-aliasing ifeq ($(ARCH),w64) CFLAGS += -m64 -D_AMD64_ -- cgit v1.2.3