|
Bugzilla – Full Text Bug Listing |
| Summary: | perl-DBD-SQLite-1.11-5: local variable used before set | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | Juergen Weigert <jw> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SuSE Linux 10.1 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
rt.cpan.org#18153 done. fixed locally. new package submitted. thanks. closed fixed. |
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.