You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@codematters.co.uk> on 2006/02/15 01:21:06 UTC

Re: svn commit: r18465 - in trunk/subversion: libsvn_subr tests/libsvn_wc

julianfoad@tigris.org writes:

> Author: julianfoad
> Date: Tue Feb 14 19:08:01 2006
> New Revision: 18465

> +              if (keyword_matches == FALSE)
> +                {
> +                  /* reuse the ending '$' */
> +                  *p--;

../svn/subversion/libsvn_subr/subst.c: In function 'translate_chunk':
../svn/subversion/libsvn_subr/subst.c:976: warning: value computed is not used

> +                  b->keyword_off--;
> +                }

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r18465 - in trunk/subversion: libsvn_subr tests/libsvn_wc

Posted by Julian Foad <ju...@btopenworld.com>.
Philip Martin wrote:
> julianfoad@tigris.org writes:
> 
>>New Revision: 18465
> 
>>+                  *p--;
> 
> ../svn/subversion/libsvn_subr/subst.c: In function 'translate_chunk':
> ../svn/subversion/libsvn_subr/subst.c:976: warning: value computed is not used

Thanks Philip.  I didn't spot that :-(

Fixed in r18466.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org