compose_delta.c compiler warning
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-02-13 21:24:39 CET
compose_delta.c:copy_source_ops:
/* This is an overlapping target copy.
if (ptn_overlap >= 0)
The line above causes the warning:
../svn/subversion/libsvn_delta/compose_delta.c:676: warning: comparison of unsigned expression >= 0 is always true
I'm not sure what was intended, possibly it's to catch % returning a
{
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Feb 13 21:25:45 2005 |
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.