Bug 113760 - undefined operation
Summary: undefined operation
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: eog
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Christopher Aillon
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-17 11:38 UTC by d.binderman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-26 06:26:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.