Bug 162142

Summary: 3 * undefined operation
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: gtk2Assignee: Matthias Clasen <mclasen>
Status: CLOSED UPSTREAM 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: 2005-06-30 19:07:34 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-06-30 10:04:08 UTC
Description of problem:

I just tried to compile package gtk2-2.6.7-4 from Redhat
Fedora Core development tree with the gcc 4.0.0 compiler and
the compiler flag -Wall.

The compiler said

1.

gtktreemodelfilter.c:1593: warning: operation on 'i' may be undefined

The source code is

      for (i = MAX (--i, 0); i < level->array->len; i++)

I agree with the compiler. This code would benefit from rework, because
it is wise to avoid doing predecrement on a variable in a macro call.

2.

gtktreemodelfilter.c:829: warning: operation on 'i' may
be undefined

gtktreemodelfilter.c:905: warning: operation on 'i' may
be undefined

Duplicates


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Matthias Clasen 2005-06-30 19:07:34 UTC
Fixed upstream.