Bug 116453

Summary: local variable used before set
Product: [Fedora] Fedora Reporter: d.binderman
Component: file-rollerAssignee: Christopher Aillon <caillon>
Status: CLOSED RAWHIDE 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: 2004-10-27 16:25:42 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-21 10:19:38 UTC
Description of problem:

I just tried to compile development package file-roller-2.5.2-1

The compiler said

dlg-add.c(643): remark #592: variable "same_fs" is used before its
value is set

The source code is

        config_set_bool   (opt_file_path, "same_fs", same_fs);

Suggest init same_fs 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 Marco Pesenti Gritti 2004-10-27 16:25:42 UTC
The problem is no more in recent versions of file-roller.