winbuild: re-enable warning C4127 for curl tool

Disabled in cda19a345f. It only needs to
be disabled for libcurl.
This commit is contained in:
Marcel Raad 2017-07-14 08:52:14 +02:00
parent cda19a345f
commit a4bef6a91b
No known key found for this signature in database
GPG Key ID: 33C416EFAE4D6F02
1 changed files with 1 additions and 1 deletions

View File

@ -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