Bug 132674 - missing expression on return statement
Summary: missing expression on return statement
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: hwcrypto
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-09-15 18:53 UTC by d.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: 2006-04-22 05:03:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description d.binderman 2004-09-15 18:53:21 UTC
Description of problem:

I just tried to compile package hwcrypto-1.0-17 from
Redhat Fedora Core 3 Test 1.

The compiler said

stats.c:435: warning: `return' with no value, in function returning
non-void

The source code is

	return;

Suggest add return value for 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 John Thacker 2006-04-22 05:03:56 UTC
Not going to patch upstream code to quiet a compiler warning rather 
than fix a bug or error.


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