This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
When Gconvert is a macro around sprintf with a .* format we need
authorNicholas Clark <nick@ccl4.org>
Sat, 29 Nov 2003 15:41:19 +0000 (15:41 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 29 Nov 2003 15:41:19 +0000 (15:41 +0000)
commit2e59c212d7fc05bbdc88de96b76e8edb7b6a2b1d
treeb237c67c3c8e838e6be96f428f2e581cc95ce095
parent5637b936cb148bd00c5ba537226e6be70c258de5
When Gconvert is a macro around sprintf with a .* format we need
to cast to int (in case STRLEN isn't the same size as int)
gcc issues a warning even when it is the same size

p4raw-id: //depot/perl@21806
sv.c