On 22/07/06, Jerry D. Hedden <[EMAIL PROTECTED]> wrote:
All of the above stem from using the SvREFCNT_inc() macro in a void context. Would adding (void) in front of these suppress these warnings? Should I submit a patch for that?
You could use SvREFCNT_inc_void or one of its variants (see sv.h). But that probably means that you'll need a ppport.h for older perls.
