]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
winbuild: re-enable warning C4127 for curl tool
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Fri, 14 Jul 2017 06:52:14 +0000 (08:52 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Fri, 14 Jul 2017 06:52:14 +0000 (08:52 +0200)
Disabled in cda19a345f6970e22fe8b7a808aeb8f086a21eac. It only needs to
be disabled for libcurl.

winbuild/MakefileBuild.vc

index 8f9aa1733258e1704f3e7b4934b1982524b4de63..36ad4681ca64cffafd53d20a62ec7785e77b0160 100644 (file)
@@ -93,7 +93,7 @@ PDB_NAME_DLL_DEBUG     = $(BASE_NAME_DEBUG).pdb
 \r
 # CURL Command section\r
 PROGRAM_NAME = curl.exe\r
-CURL_CFLAGS   =  /I../lib /I../include /nologo /W4 /wd4127 /EHsc /DWIN32 /FD /c\r
+CURL_CFLAGS   =  /I../lib /I../include /nologo /W4 /EHsc /DWIN32 /FD /c\r
 CURL_LFLAGS   = /nologo /out:$(DIRDIST)\bin\$(PROGRAM_NAME) /subsystem:console /machine:$(MACHINE)\r
 CURL_RESFLAGS = /i../include\r
 \r