Bug 116104

Summary: local variable used before set
Product: [Fedora] Fedora Reporter: d.binderman
Component: rhgbAssignee: Daniel Veillard <veillard>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
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-09-16 08:53:50 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 d.binderman 2004-02-18 10:30:31 UTC
Description of problem:

I just tried to compile package rhgb-0.11.2-1 from Fedora.

The compiler said

1.

main.c(656): remark #592: variable "pipe_fds" is used before its value
is set

The source code is

      create_main_window (pipe_fds[1]);

Suggest init pipe_fds 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 Daniel Veillard 2004-09-16 08:53:50 UTC
Okay this is fixed in current Rawhide release 0.13.1 or 0.12.6,

  thanks,

Daniel