From: Daniel B. <Dan...@qw...> - 2005-07-25 13:20:38
|
Hi all, I'm new to libdbi. I'm considering using it in a rewrite of the Ruby DBI package. Just thought I'd say hello. I'm mostly an Oracle user here at work. Solaris 10 gcc 3.4.4 libdbi 0.8.0 pre2 I don't know if you care, but I noticed a few warnings with -Wall: dbi_main.c: In function `dbi_conn_error': dbi_main.c:509: warning: implicit declaration of function `asprintf' dbi_main.c: In function `dbi_conn_set_error': dbi_main.c:544: warning: implicit declaration of function `vasprintf' dbi_main.c: In function `dbi_conn_clear_option': dbi_main.c:746: warning: 'prevoption' might be used uninitialized in this function dbi_result.c: In function `dbi_result_free': dbi_result.c:519: warning: 'retval' might be used uninitialized in this function dbd_helper.c: In function `_dbd_encode_binary': dbd_helper.c:421: warning: 'e' might be used uninitialized in this function asprintf.c: In function `int_vasprintf': asprintf.c:93: warning: implicit declaration of function `vsprintf' Otherwise, things look fine. :) Thanks. Dan |