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

Re: subversion/libsvn_wc/update_editor.c compile warning

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-09-24 23:10:43 CEST

Blair Zajac <blair@orcaware.com> writes:

> subversion/libsvn_wc/update_editor.c: In function `install_file':
> subversion/libsvn_wc/update_editor.c:1593: warning: `rev_str' might be
> used uninitialized in this function

Yes, I know about that one, it's interesting. It is unitialised, but
only when it occurs after a NULL in a variable length argument list.
So the unitialised value never gets used.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 24 23:12:31 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.