Bug 159284

Summary: 2 * local variable used before set
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: gtk2-enginesAssignee: Matthias Clasen <mclasen>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-21 17:23:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Binderman 2005-06-01 12:50:55 UTC
Description of problem:

I just tried to compile package gtk2-engines-2.6.3-2 from Redhat
Fedora Core development tree with the most excellent Intel C compiler.

The compiler said

1.

./src/engine/smooth_gtk2_drawing.c(983): remark #592: variable "base" is used
before its value is set

The source code is

	SmoothDrawLineBevel (line_bevel, Canvas, base, X, X + Width, Y + (Height / 2),
TRUE);

Suggest initialise local variable "base" before first use.

2.

./src/engine/smooth_gtk2_drawing.c(1814): remark #592: variable "base" is used
before its value is set

Duplicate.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Matthias Clasen 2005-06-21 17:23:44 UTC
Tracked upstream in http://bugzilla.gnome.org/show_bug.cgi?id=308551