Bug 158759 - fontforge-20050803-9: local variable used before set
Summary: fontforge-20050803-9: local variable used before set
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: All SuSE Linux 10.1
: P5 - None : Normal
Target Milestone: ---
Assignee: Mike Fabian
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-16 18:46 UTC by David Binderman
Modified: 2006-03-17 14:49 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Binderman 2006-03-16 18:46:50 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.
Comment 1 Mike Fabian 2006-03-17 14:49:07 UTC
Fixed package submitted to STABLE.

It's already fixed in the latest upstream version.

Closing as FIXED.