Bug 136763 - missing return statement
Summary: missing return statement
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gtkhtml2
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matthew Barnes
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-22 08:15 UTC by David Binderman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 2.6.3-1.2.1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-19 19:22:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


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