This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Quiet warning in a DEBUG print
authorPeter Martini <PeterCMartini@GMail.com>
Wed, 10 Jul 2013 03:07:10 +0000 (23:07 -0400)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 10 Jul 2013 04:27:45 +0000 (21:27 -0700)
commitd80cf4708315ac91f3033203b385761c18e3ba25
tree3307b21beef3f2f462b5870c2efffba145bd05ff
parent4c9b78f4fff91b5c7e4f74e09e1bc2838c0f740f
Quiet warning in a DEBUG print

The variable type is STRLEN, and the format
code is expecting a UV, so just cast it to UV
to quiet a warning.
util.c