Re: plperl compiler warning

Tim Bunce <tim.bunce@pobox.com>

From: Tim Bunce <Tim.Bunce@pobox.com>
To: Joe Conway <mail@joeconway.com>
Cc: "Hackers (PostgreSQL)" <pgsql-hackers@postgresql.org>
Date: 2010-01-28T15:30:27Z
Lists: pgsql-hackers
On Thu, Jan 28, 2010 at 06:31:19AM -0800, Joe Conway wrote:
> Last night I noted the following warning:
> 
> plperl.c: In function ‘plperl_create_sub’:
> 
> plperl.c:1117: warning: null argument where non-null required (argument 2)

The master branch of my git clone says line 1117 is:

    subref = newRV_inc((SV*)GvCVu((GV*)sub_glob));

Does that match yours? (If not, what is the text on the line?)

What perl version are you using?
What compiler version are you using?

Tim.