Bugzilla – Bug 156965
perl-DBD-SQLite-1.11-5: local variable used before set
Last modified: 2006-03-14 14:21:11 UTC
I just tried to compile package perl-DBD-SQLite-1.11-5 with the Intel C compiler. It said dbdimp.c(249): warning #592: variable "retval" is used before its value is set The source code is int retval; if (!DBIc_ACTIVE(imp_dbh)) { sqlite_error(sth, (imp_xxh_t*)imp_sth, retval, "attempt to prepare on inactive database handle"); Suggest initialise local variable "retval" before first use.
rt.cpan.org#18153 done. fixed locally. new package submitted. thanks.
closed fixed.