Bug 136759

Summary: local variable used before set
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: Glide3Assignee: Alan Cox <alan>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
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: 2004-10-22 11:50:13 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 2004-10-22 08:09:05 UTC
Description of problem:

I just tried to compile package Glide3-20010520-33 from package
Redhat Fedora Core 3 Test 3.

The compiler said

../../../../h3/glide3/src/gaa.c(583): remark #592: variable "e" is
used before its value is set

The source code is

  GDBG_INFO(94,"_grAADrawPoints(0x%x)\n",e);

Suggest init e before first use.


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Alan Cox 2004-10-22 11:50:13 UTC
Wont fix this. Its just a debug print and the authors appear to intend
the behaviour.