vcs-svn: suppress signed/unsigned comparison warnings
commit6a0b4438afc22551533dccc221bdf802ee4ed5ee
authorDavid Barr <davidbarr@google.com>
Thu, 31 May 2012 14:41:29 +0000 (1 00:41 +1000)
committerJonathan Nieder <jrnieder@gmail.com>
Fri, 6 Jul 2012 04:26:53 +0000 (5 23:26 -0500)
treeea0f4fb330add91c1f79e191871987e1dad4a54c
parent53153e8382966e35362d072ba17ba5887e3c0851
vcs-svn: suppress signed/unsigned comparison warnings

These are already safe because both sides of the comparison are
nonnegative.

This would normally not be important because Git is not -Wsign-compare
clean anyway, but we like to keep the vcs-svn/ lib to a higher
standard for convenience using it in other projects.

Signed-off-by: David Barr <davidbarr@google.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
vcs-svn/fast_export.c