Bug 149400

Summary: local variable used before set
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: brightsideAssignee: Thorsten Leemhuis <fedora>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
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: 2005-04-20 18:01:21 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-02-22 18:19:08 UTC
Description of problem:

I just tried to compile package brightside-1.4.0-3 from 
Redhat Fedora Extras development tree.

The compiler said

brightside-fb-level.c(54): remark #592: variable "self" is used before
its value is set

The source code is

{
        BrightsideFblevel *self;// = BRIGHTSIDE_FBLEVEL (obj_self);
        gpointer priv = self->_priv;

Suggest init self 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 Thorsten Leemhuis 2005-04-20 18:01:21 UTC
Should be fixed by newest version in devel