Bug 136095

Summary: function should have void return type ?
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: cvsAssignee: Martin Stransky <stransky>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
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: 2005-03-04 09:49:58 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-17 19:50:19 UTC
Description of problem:

I just tried to compile package cvs-1.11.17-3 from package
Redhat Fedora Core 3 Test 3.

The compiler said

wrapper.c(260): remark #117: non-void function "wrap_clean_fmt_str"
should return a value

The source code is

    return;
}

This function looks like it should have "void" return type.


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


How reproducible:


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


Expected results:


Additional info: