Bug 136756 - missing return statement
Summary: missing return statement
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: ggv
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ray Strode [halfline]
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-22 07:59 UTC by David 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: 2005-09-09 19:49:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Binderman 2004-10-22 07:59:20 UTC
Description of problem:

I just tried to compile package ggv-2.8.0-1 from package
Redhat Fedora Core 3 Test 3.

The compiler said

ggv-window.c(1023): remark #1011: missing return statement at end of
non-void function "ggv_add_open_button"

The source code is

        bonobo_ui_component_widget_set (ui_component, path, GTK_WIDGET
(button),                                        NULL);
}

Suggest either mark the function as void return type or add a return
statement at the end of the routine.



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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Dan Williams 2004-11-17 18:25:43 UTC
Mass reassign to Marco.

Comment 2 Ray Strode [halfline] 2005-09-09 19:49:08 UTC
Hi,

We don't really support ggv anymore.  Have you tried Evince? It is a much nicer
postscript / pdf file viewing solution.


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