|
Bugzilla – Full Text Bug Listing |
| Summary: | fontforge-20050803-9: local variable used before set | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | Mike Fabian <mfabian> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | coolo |
| 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: | --- |
Fixed package submitted to STABLE. It's already fixed in the latest upstream version. Closing as FIXED. |
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.