Bugzilla – Bug 158759
fontforge-20050803-9: local variable used before set
Last modified: 2006-03-17 14:49:07 UTC
I just tried to compile package fontforge-20050803-9 with the Intel C compiler. It said freetype.c(1056): warning #592: variable "err" is used before its value is set The source code is err |= (_FT_Outline_Get_Bitmap)(context,&outline,&bitmap); I agree with the compiler. Suggest initialise local variable "err" before first use.
Fixed package submitted to STABLE. It's already fixed in the latest upstream version. Closing as FIXED.