Bug 136236
| Summary: | 2 * missing return statement | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Binderman <dcb314> |
| Component: | emacs | Assignee: | Jens Petersen <petersen> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | ||
| 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: | 2004-11-18 09:02:53 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: | |||
Both already fixed upstream in emacs cvs. |
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: