Bugzilla – Bug 148237
xffm-4.2.3-2: local variable used before set
Last modified: 2006-02-07 11:30:51 UTC
I just tried to compile package xffm-4.2.3-2 with the GNU C compiler. It said icons.c:300: warning: "scale" is used uninitialized in this function The source code is if (ph <= 0 || pw <= 0 || scale <=0) { I agree with the compiler. Suggest initialise local variable "scale" before first use.
Fixed. Thank you for reporting