An unexpected effect of new 'deprecated' tags.
From: Karl Fogel <kfogel_at_red-bean.com>
Date: Wed, 27 Aug 2008 23:44:38 -0400
The new 'deprecated' tags produce a slew of warnings in our build now.
But even after we fix them all, there will still be warnings from the
svn_foo_bar5()
How would we usually implement that compatibility stack? Like this:
svn_foo_bar5() { ...; }
The discerning reader will spot the problem immediately :-).
Now, what do we do to avoid being spammed with compilation warnings
-Karl
---------------------------------------------------------------------
|
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.