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

Silencing deprecated warnings in deprecated functions

From: Blair Zajac <blair_at_orcaware.com>
Date: Sat, 06 Sep 2008 19:27:29 -0700

I don't like to see warnings when I compile svn. So is there a way we can
silence the deprecated warnings when functionN() calls functionN+1() which is
also deprecated to functionN+2().

Can we do that by marking functionN+1() somehow that its ok to call it?

If not, then we could move all the deprecated functions into new deprecated.c
files for each library and use -Wno-deprecated-declarations only on that one.
Say client_deprecated.c for libsvn_client/ functions.

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-09-07 04:27:44 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.