From: Marc Hoersken Date: Sat, 5 Apr 2014 19:45:39 +0000 (+0200) Subject: Makefile.vc6: added warnless.c to fix build X-Git-Tag: curl-7_37_0~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45d3f0080398d477a830549254e273359865fd41;p=curl Makefile.vc6: added warnless.c to fix build --- diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index 48331de24..18c1fb295 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -139,6 +139,7 @@ RELEASE_OBJS= \ nonblockr.obj \ rawstrr.obj \ strtoofftr.obj \ + warnless.obj \ tool_binmoder.obj \ tool_bnamer.obj \ tool_cb_dbgr.obj \ @@ -183,6 +184,7 @@ DEBUG_OBJS= \ nonblockd.obj \ rawstrd.obj \ strtoofftd.obj \ + warnless.obj \ tool_binmoded.obj \ tool_bnamed.obj \ tool_cb_dbgd.obj \