This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cast unsigned to avoid warning
authorRobin Barker <rmbarker@cpan.org>
Thu, 23 Jun 2011 18:12:59 +0000 (19:12 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 24 Jun 2011 15:27:52 +0000 (08:27 -0700)
commit2f2f3ec9c49055c69541020aa1bf644ca5f8b6f1
treec83f4b3020019dc32577ccdc7ec3920a7a96cba0
parent6d1c68e64c4dbbb1c7e8a28de678cd3247649bad
cast unsigned to avoid warning

Add a cast C<(unsigned)> to silence a compiler warning [-Wsign-compare]
sv.c