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

Re: [PATCH] Mark deprecated functions with SVN_DEPRECATED

From: Blair Zajac <blair_at_orcaware.com>
Date: Sun, 24 Aug 2008 23:35:33 -0700

Arfrever Frehtes Taifersar Arahesis wrote:
> The attached patch marks deprecated functions with SVN_DEPRECATED.
> When such functions are used, compiler will print appropriate warnings.

Hi Arfrever,

Thanks for putting this patch together.

However, the location of SVN_DEPRECATED is odd, as though it's part of the
pointer return type:

svn_error_t * SVN_DEPRECATED
svn_opt_print_help2(apr_getopt_t *os,
                     const char *pgm_name,
                     svn_boolean_t print_version,

Can we move it before the return type of the function?

Thanks,
Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-25 08:35:50 CEST

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

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