Bug 140009

Summary: mnissing return statement
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: h2psAssignee: Lawrence Lim <llim>
Status: CLOSED NOTABUG QA Contact: Bill Huang <bhuang>
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: eng-i18n-bugs, tools-bugs
Target Milestone: ---Keywords: i18n
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-28 01:37:10 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-19 09:49:06 UTC
Description of problem:

I just tried to compile package h2ps-2.06-12 from 
Redhat Fedora Core 3.

The compiler said

h2ps.c:806: warning: control reaches end of non-void function

The source code is

  if (is_verbose)
    fprintf(stderr, "[Total: %d pages on %d
sheets]\n",total_box_page_num, page_num);

}

Suggest add return statement to end of function.


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Lawrence Lim 2005-09-28 01:37:10 UTC
Checked with in rawhide (FC5) h2ps-2.06-14.src.rpm, problem does not exist anymore.