Bug 164138

Summary: 2 * missing return statements
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: OpenIPMIAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
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-09-08 09:24:04 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-07-25 11:01:53 UTC
Description of problem:
I just tried to compile Redhat Fedora package
OpenIPMI-1.4.14-5 with the Intel C compiler version 8.1

The compiler said

1.

ipmi_chassis.c(433): warning #1011: missing return statement at end of non-void
function "ipmi_chassis_get_bootparam"

I've checked the source code, and I suggest adding a return statement
to the end of the function.

2.

ipmi_event.c(83): warning #1011: missing return statement at end of non-void
function "ipmi_event_msg_print"

Duplicate.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Phil Knirsch 2005-09-08 09:24:04 UTC
Fixed in latest development package.

Read ya, Phil