Bug 149361

Summary: missing return expression
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: aalibAssignee: Dams <anvil>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
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: 2005-07-01 21:02:15 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 2005-02-22 17:28:45 UTC
Description of problem:

I just tried to compile package aalib-1.4.0-0.rc5.3 from 
Redhat Fedora Extras development tree.

The compiler said

aalinuxkbd.c(203): warning #117: non-void function "rawmode_init"
should return a value

The source code is

static int rawmode_init(void)
{
    if (!closed)
        return;

I've checked the source code, and I agree with the compiler. Suggest 
add expression to 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 Michael Schwendt 2005-07-01 21:02:15 UTC
Fixed in CVS >= aalib-1.4.0-0.rc5.5