Bug 132674

Summary: missing expression on return statement
Product: [Fedora] Fedora Reporter: d.binderman
Component: hwcryptoAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED WONTFIX 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: 2006-04-22 05:03:56 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 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.