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

Re: Garrett, warnings introduced by 5800 and/or 5801?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-05-05 19:39:51 CEST

kfogel@collab.net wrote:

>Garrett, were you aware of these?
>
> subversion/libsvn_client/cat.c:135:
> warning: declaration of `url' shadows a previous local
> subversion/libsvn_client/cat.c:53:
> warning: shadowed declaration is here
>
>and
>
> subversion/libsvn_wc/translate.c: In function `svn_wc__get_keywords':
> subversion/libsvn_wc/translate.c:185: warning: unused variable `offset'
> subversion/libsvn_wc/translate.c:186: warning: unused variable `found_word'
> subversion/libsvn_wc/translate.c:188: warning: unused variable `got_one'
>
>?
>
>While I have no wish to seduce anyone to Emacs from vi (or vice-versa,
>for that matter), I personally depend on the Emacs "M-x compile" and
>C-x ` commands -- the latter finds the next error in the compilation
>output automatically. Vi probably has something similar, I just don't
>know what it is.
>

if you're using vim you can easily do ':make' to get similar behavior.

>(Or maybe your compiler is old enough that it didn't output these
>warnings?)
>
i was unaware of the warnings... os x's version of gcc did not seem to
produce any. i will fix them tonight if nobody beats me to it.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 5 19:40:43 2003

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.