Hi All,

I'm trying to eliminate the compiler warnings from DBD::Pg, and got it down to just one (from four). The warning is:

Pg.xs: In function `XS_DBD__Pg__db_pg_notifies':
Pg.xs:135: warning: assignment makes pointer from integer without a cast

Line 135 is the last line of this function:

void
pg_notifies(dbh)
SV * dbh
CODE:
D_imp_dbh(dbh);

ST(0) = dbd_db_pg_notifies(dbh, imp_dbh);

In dbdimpc.c, dbd_db_pg_notifies returns SV *. So, uh, my XS newbie question is, what does this mean? What's the problem?

Thanks,

David

--
David Wheeler AIM: dwTheory
[EMAIL PROTECTED] ICQ: 15726394
http://david.wheeler.net/ Yahoo!: dew7e
Jabber: [EMAIL PROTECTED]

Reply via email to