Bugzilla – Bug 152315
wordcut-0.5.1b2-5: local variable used before set
Last modified: 2006-02-23 17:43:25 UTC
I just tried to compile package wordcut-0.5.1b2-5 with the Intel C compiler. It said wordcut_dict_dump.c(11): warning #592: variable "size" is used before its value is set The source code is uint8_t header=data[p],size; int i; printf ("!!! p=%d header=%d size=%d\n",p,header,size); Suggest initialise local variable "size" before first use.
Thank you. Fixed in STABLE. ------------------------------------------------------------------- Thu Feb 23 18:27:00 CET 2006 - mfabian@suse.de - Bugzilla #152315: "local variable used before set". -------------------------------------------------------------------
Created attachment 70023 [details] bugzilla-152315-locale-variable-used-before-set.patch The patch I used.
Reported upstream.