Bug 136095 - function should have void return type ?
Summary: function should have void return type ?
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: cvs
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Martin Stransky
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-17 19:50 UTC by David Binderman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-04 09:49:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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:


Note You need to log in before you can comment on or make changes to this bug.