Bug 137859

Summary: missing return statement
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: pumpAssignee: Jeremy Katz <katzj>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.8.24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-26 20:10:39 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-02 09:46:19 UTC
Description of problem:

I just tried to compile package pump-0.8.21-1 from 
Redhat Fedora Core 3 Test 3.

The compiler said

dhcp.c(1428): warning #1011: missing return statement at end of
non-void function "pumpDhcpRun"

The source code is

char * pumpDhcpRun(char * device, int flags, int reqLease,
                  char * reqHostname, struct pumpNetIntf * intf,
                  struct pumpOverrideInfo * override) {
    pumpDhcpClassRun(device, flags, reqLease, reqHostname, NULL, intf,
                     override);
}

Suggest add return statement at the end of the routine.


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Jeremy Katz 2006-04-26 20:10:39 UTC
This was fixed a while ago