Bug 113760

Summary: undefined operation
Product: [Fedora] Fedora Reporter: d.binderman
Component: eogAssignee: Christopher Aillon <caillon>
Status: CLOSED UPSTREAM 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-08-26 06:26:26 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-01-17 11:38:58 UTC
Description of problem:

I just tried to compile package eog-2.4.0-1, from Redhat
Fedora Core 1.

The compiler said

eog-collection-item.c:292: warning: operation on `i' may be undefined

The source code is

                        i = i--;

Suggest better code

                        --i;



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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Christopher Aillon 2004-08-26 06:26:26 UTC
Fixed upstream
http://cvs.gnome.org/viewcvs/eog/libeog/eog-collection-item.c?r1=1.1&r2=1.2