From: Marcel Raad Date: Fri, 14 Jul 2017 06:52:14 +0000 (+0200) Subject: winbuild: re-enable warning C4127 for curl tool X-Git-Tag: curl-7_55_0~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4bef6a91b3cba07078a03e927ed46c4dd768c39;p=thirdparty%2Fcurl.git winbuild: re-enable warning C4127 for curl tool Disabled in cda19a345f6970e22fe8b7a808aeb8f086a21eac. It only needs to be disabled for libcurl. --- diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 8f9aa17332..36ad4681ca 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