vcs-svn: suppress signed/unsigned comparison warnings
commite7e3365ec0598fdbe7c2d696028a38ff62527d51
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)
tree4666d4975fa99ec70285cb8a064d4a4b302c2b66
parenta58b4fb58164c310fed6b2bc5d0493635cb587aa
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>
fast_export.c