Skip to content

Commit

Permalink
winbuild: re-enable warning C4127 for curl tool
Browse files Browse the repository at this point in the history
Disabled in cda19a3. It only needs to
be disabled for libcurl.
  • Loading branch information
MarcelRaad committed Jul 14, 2017
1 parent cda19a3 commit a4bef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/MakefileBuild.vc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a4bef6a

Please sign in to comment.