Bug 136763

Summary: missing return statement
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: gtkhtml2Assignee: Matthew Barnes <mbarnes>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.6.3-1.2.1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-19 19:22:09 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 2004-10-22 08:15:06 UTC
Description of problem:

I just tried to compile package gtkhtml2-2.6.2-1 from package
Redhat Fedora Core 3 Test 3.

The compiler said

htmlview.c(257): warning #1011: missing return statement at end of
non-void function "html_view_get_box_text_for_offset"

The source code is

                }
        }
}

Suggest either add a return statement or change return type of function
to void.


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Matthew Barnes 2006-05-19 19:22:09 UTC
Fixed upstream: http://bugzilla.gnome.org/show_bug.cgi?id=165455