Bug 138321

Summary: 2 * missing return stmts
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: Xaw3dAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
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-30 15:28:38 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 2004-11-08 08:39:59 UTC
Description of problem:

I just tried to compile package Xaw3d-1.5-23 from 
Redhat Fedora Core 3 Test 3.

The compiler said

1.

laylex.l(93): remark #1011: missing return statement at end of
non-void function "LayYYsetsource"

The source code is

yysetsource(s)
    char    *s;
{
    yysourcebase = yysource = s;
}

Suggest change return type to void.

2.

laylex.l(114): remark #1011: missing return statement at end of
non-void function "LayYYerror"

The source code is

yyerror(s)
    char    *s;
{

Suggest change return type 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 Than Ngo 2004-11-30 15:28:38 UTC
it's now fixed in Xaw3d-1.5E-2. Thanks for your report.