gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 34/208: Makefile.m32: enable -W for MinGW32 build


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 34/208: Makefile.m32: enable -W for MinGW32 build
Date: Wed, 09 Aug 2017 17:33:51 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit ce2cc568f822605ae4258ec25b87b59b24c7bd19
Author: Marcel Raad <address@hidden>
AuthorDate: Wed Jun 14 23:22:26 2017 +0200

    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 +-
 lib/Makefile.m32           | 2 +-
 src/Makefile.m32           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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_
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
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index 40852e573..315cd5cb3 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -89,7 +89,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_EXE) -s

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]