gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 146/208: winbuild: re-enable warning C4127 for curl


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 146/208: winbuild: re-enable warning C4127 for curl tool
Date: Wed, 09 Aug 2017 17:35:43 +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 a4bef6a91b3cba07078a03e927ed46c4dd768c39
Author: Marcel Raad <address@hidden>
AuthorDate: Fri Jul 14 08:52:14 2017 +0200

    winbuild: re-enable warning C4127 for curl tool
    
    Disabled in cda19a345f6970e22fe8b7a808aeb8f086a21eac. It only needs to
    be disabled for libcurl.
---
 winbuild/MakefileBuild.vc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc
index 8f9aa1733..36ad4681c 100644
--- a/winbuild/MakefileBuild.vc
+++ b/winbuild/MakefileBuild.vc
@@ -93,7 +93,7 @@ PDB_NAME_DLL_DEBUG     = $(BASE_NAME_DEBUG).pdb
 
 # CURL Command section
 PROGRAM_NAME = curl.exe
-CURL_CFLAGS   =  /I../lib /I../include /nologo /W4 /wd4127 /EHsc /DWIN32 /FD /c
+CURL_CFLAGS   =  /I../lib /I../include /nologo /W4 /EHsc /DWIN32 /FD /c
 CURL_LFLAGS   = /nologo /out:$(DIRDIST)\bin\$(PROGRAM_NAME) /subsystem:console 
/machine:$(MACHINE)
 CURL_RESFLAGS = /i../include
 

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



reply via email to

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