>> +++ subversion/trunk/subversion/include/svn_client.h Wed Jul 13 21:43:48 2011 >> @@ -5388,10 +5388,10 @@ typedef struct svn_client_info2_t >> const char *last_changed_author; >> >> /** An exclusive lock, if present. Could be either local or remote. */ >> - svn_lock_t *lock; >> + const svn_lock_t *lock; >> > > subversion/libsvn_client/deprecated.c: In function ‘info_from_info2’: > subversion/libsvn_client/deprecated.c:2180: warning: assignment discards > qualifiers from pointer target type
Thanks. Fixed in r1146555. STATUS updated.