[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN][PATCH]Suppress deprecation warnings in VC8.0

From: Stefan Fuhrmann <stefanfuhrmann_at_alice-dsl.de>
Date: 2005-08-20 22:43:04 CEST

Stefan Küng <tortoisesvn@gmail.com> wrote:
> I kinda don't like this patch:
> turning off warnings isn't a good idea, I'd rather have a patch which
> would get rid of the warnings by *solving* them.

It's been a suggestion, only ;)

> I know the new 'secure' string functions aren't available in VS.NET2003,
> but how about something like this:
>
> #ifndef #WIN64
> #define newstringcompare(a,b,c,d) strncmp(a,b,c)
> #endif

Sounds good to me. Perhaps, I can add the mechanics
for that tomorrow. The major part of that is to call these new
functions properly. There will be >>100 calls to be fixed.

BTW, the regex (GRETA) usage patch is ready but I
cannot test it without the commit dialog (see the other post).

Stefan.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Aug 20 22:58:42 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.