Hi Thien-Thi,
On Fri 09 Jan 2015 15:44, l...@gnu.org (Ludovic Courtès) writes:
> Thien-Thi Nguyen skribis:
>
>> One of the last remaining ‘GUILE_WARN_DEPRECATED=detailed’
>> nits is ‘scm_add_to_port_table’:
>>
>> libpq.c:203:3: warning: ‘scm_add_to_port_table’ is deprecated
>> (declared at /hom
() l...@gnu.org (Ludovic Courtès)
() Fri, 09 Jan 2015 15:44:17 +0100
The ‘lob_mklobport’ function in libpq.c should be changed to
use something like: [...]. This has been supported in both
1.8 and 2.0 (perhaps 1.6 as well.)
Thanks. I'll make those changes. Guile-PG on Guile 2.x in
201
Thien-Thi Nguyen skribis:
> One of the last remaining ‘GUILE_WARN_DEPRECATED=detailed’
> nits is ‘scm_add_to_port_table’:
>
> libpq.c:203:3: warning: ‘scm_add_to_port_table’ is deprecated (declared at
> /home/ttn/eep/include/guile/2.0/libguile/ports.h:344)
> [-Wdeprecated-declarations]
>
> Whe