You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/11/26 15:53:44 UTC

svn commit: r1039397 - /subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

Author: hwright
Date: Fri Nov 26 14:53:44 2010
New Revision: 1039397

URL: http://svn.apache.org/viewvc?rev=1039397&view=rev
Log:
* subversion/tests/libsvn_wc/op-depth-test.c:
  Define SVN_DEPRECATED, to avoid warnings as the API changes.

Modified:
    subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

Modified: subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c?rev=1039397&r1=1039396&r2=1039397&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Fri Nov 26 14:53:44 2010
@@ -21,6 +21,9 @@
  * ====================================================================
  */
 
+/* To avoid warnings... */
+#define SVN_DEPRECATED
+
 #include <apr_pools.h>
 #include <apr_general.h>