summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2017-07-14 08:52:14 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2017-07-14 08:52:14 +0200
commita4bef6a91b3cba07078a03e927ed46c4dd768c39 (patch)
tree5eb2222daa305b3ec66a31ad4bee16d75eae7f79
parentcda19a345f6970e22fe8b7a808aeb8f086a21eac (diff)
downloadcurl-a4bef6a91b3cba07078a03e927ed46c4dd768c39.tar.gz
winbuild: re-enable warning C4127 for curl tool
Disabled in cda19a345f6970e22fe8b7a808aeb8f086a21eac. It only needs to be disabled for libcurl.
-rw-r--r--winbuild/MakefileBuild.vc2
1 files changed, 1 insertions, 1 deletions
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