Bug 136236 - 2 * missing return statement
Summary: 2 * missing return statement
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: emacs
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jens Petersen
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-18 20:22 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: 2004-11-18 09:02:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Binderman 2004-10-18 20:22:05 UTC
Description of problem:


I just tried to compile package emacs-21.3-15 from package
Redhat Fedora Core 3 Test 3.

The compiler said

1.

lwlib-Xaw.c(637): warning #1011: missing return statement at end of
non-void function "xaw_create_scrollbar"

Suggest add return statement.

2.

keyboard.c(1320): warning #1011: missing return statement at end of
non-void function "cancel_hourglass_unwind"

The source code is

static Lisp_Object
cancel_hourglass_unwind (arg)
     Lisp_Object arg;
{
  cancel_hourglass ();
}

Suggest add return statement.


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Jens Petersen 2004-11-18 09:02:53 UTC
Both already fixed upstream in emacs cvs.



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