cURL / Mailing Lists / curl-users / Single Mail

curl-users

Threadsafe libcurl warnings

From: Wham Bang <wham_bang_at_yahoo.com>
Date: Wed, 29 Mar 2000 09:10:21 -0800 (PST)

Hi all,

I've just switched to building libcurl threadsafe on NT, and I am
seeing some warnings in getdate.c which have me somewhat worried.

------
cl.exe /MD /O2 /D "NDEBUG" /I "../include" /nologo /W3 /GX /D "MSDOS"
/D
 "WIN32" /D "VC6" /D "_MBCS" /D "_LIB" /YX /FD /c getdate.c
getdate.c
getdate.y(469) : warning C4273: 'gmtime' : inconsistent dll linkage.
dllexport assumed.
getdate.y(470) : warning C4273: 'localtime' : inconsistent dll linkage.
 dllexport assumed.
getdate.y(471) : warning C4273: 'mktime' : inconsistent dll linkage.
dllexport assumed.
getdate.y(692) : warning C4013: 'abort' undefined; assuming extern
returning int
------

I haven't had time to do much testing since switching. Should I try
to fix this or can I go on my merry way with a modicum of confidence
that this won't come to bite me later...?

TIA,

=====
Wham! <wham_bang_at_yahoo.com>

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
Received on 2000-03-29