Bug 136241

Summary: 2 * missing return statements
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: eximAssignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE 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: 2004-10-20 09:06:37 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-10-18 20:26:56 UTC
Description of problem:

I just tried to compile package exim-4.42-2 from package
Redhat Fedora Core 3 Test 3.

The compiler said

1.

header.c(33): warning #117: non-void function "header_insert" should
return a value

The source code is

if (header_last == NULL) return;

Suggest add expression to the return statement.

2.

header.c(34): warning #117: non-void function "header_insert" should
return a value

The source code is

if (header_list == NULL) return;

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 Thomas Woerner 2004-10-20 09:06:37 UTC
Please updates to the latest fc3 package: exim-4.43-1
The problem is already fixed in this version.