This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Needed cast to malloc return value in Piece.xs.
authorCraig A. Berry <craigberry@mac.com>
Wed, 30 Jun 2010 03:30:12 +0000 (22:30 -0500)
committerCraig A. Berry <craigberry@mac.com>
Wed, 30 Jun 2010 03:30:12 +0000 (22:30 -0500)
commit8a0cff6917bc9219abe47c208f7b997d8eb6d7a5
treeea17a08fc5210ff6c777eaefcc90e23c38323cb3
parent8e967a1c9f35e7fd5c203418cf4d7abc39df847b
Needed cast to malloc return value in Piece.xs.

g++ said:

  Piece.xs:906: error: invalid conversion from  void*  to  char*

Reported by George Greer in:

Message-ID: <alpine.LFD.2.00.1006292137180.10316@ein.m-l.org>
cpan/Time-Piece/Piece.xs