|
Bugzilla – Full Text Bug Listing |
| Summary: | digikam-0.8.1-9: local variable used before set | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | E-mail List <kde-maintainers> |
| 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: | --- |
looking at the source code, I guess this creates more bugs than this warning. I hope I fixed it for beta7 |
I just tried to compile package digikam-0.8.1-9 with a prerelease version 4.2 of the GNU C compiler. It said imageprint.cpp:240: warning: "h" is used uninitialized in this function The source code is h -= filenameOffset; Suggest initialise local variable "h" before its first use.