PL/Python warnings in CVS HEAD - Mailing list pgsql-hackers

From Neil Conway
Subject PL/Python warnings in CVS HEAD
Date
Msg-id 1172949316.6571.53.camel@localhost.localdomain
Whole thread Raw
Responses Re: PL/Python warnings in CVS HEAD  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
FYI, I see the following warnings compiling CVS HEAD:

src/pl/plpython/plpython.c:2006: warning: initialization from
incompatible pointer type
src/pl/plpython/plpython.c:2008: warning: 'intargfunc' is deprecated
src/pl/plpython/plpython.c:2008: warning: initialization from
incompatible pointer type
src/pl/plpython/plpython.c:2009: warning: 'intargfunc' is deprecated
src/pl/plpython/plpython.c:2009: warning: initialization from
incompatible pointer type
src/pl/plpython/plpython.c:2010: warning: 'intintargfunc' is deprecated
src/pl/plpython/plpython.c:2010: warning: initialization from
incompatible pointer type
src/pl/plpython/plpython.c:2011: warning: initialization from
incompatible pointer type
src/pl/plpython/plpython.c:2012: warning: initialization from
incompatible pointer type

This is on Ubuntu fiesty, Python 2.5, gcc 4.1.2, AMD64.

-Neil




pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: New Access Method
Next
From: "Joshua D. Drake"
Date:
Subject: Re: PL/Python warnings in CVS HEAD