Bugzilla – Bug 153544
digikam-0.8.1-9: local variable used before set
Last modified: 2006-02-28 10:49:12 UTC
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.
looking at the source code, I guess this creates more bugs than this warning.
I hope I fixed it for beta7