Bug 114749 - missing return statement ?
Summary: missing return statement ?
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: pcmcia-cs
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-02-02 11:26 UTC by d.binderman
Modified: 2015-01-04 22:04 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-29 23:18:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description d.binderman 2004-02-02 11:26:52 UTC
Description of problem:

I just tried to compile package kernel-pcmcia-cs-3.1.31-13 from Redhat
Fedora Core 1.

The compiler said

1.

yacc_cis.y(398): warning #1011: missing return statement at end of
non-void function "new_tuple"

The offending source code is

static tuple_info_t *new_tuple(u_char type, cisparse_t *parse)
{
    tuple_info_t *t = calloc(1, sizeof(tuple_info_t));
    t->type = type;
    t->parse = parse;
    t->next = NULL;
}

Suggest add missing 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 Dave Jones 2004-10-29 23:18:40 UTC
FC1 is EOL.



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