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 --- lib/Makefile.m32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 93bc18824..8e4c70333 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -77,7 +77,7 @@ LIBCARES_PATH = $(PROOT)/ares endif CC = $(CROSSPREFIX)gcc -CFLAGS = $(CURL_CFLAG_EXTRAS) -g -O2 -Wall +CFLAGS = $(CURL_CFLAG_EXTRAS) -g -O2 -Wall -W CFLAGS += -fno-strict-aliasing # comment LDFLAGS below to keep debug info LDFLAGS = $(CURL_LDFLAG_EXTRAS) $(CURL_LDFLAG_EXTRAS_DLL) -s -- cgit v1.2.3