Bug 137289

Summary: missing return statement
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: libmusicbrainzAssignee: Colin Walters <walters>
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: 2.0.2-12 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-11-08 21:54:47 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-27 10:20:30 UTC
Description of problem:

I just tried to compile package libmusicbrainz-2.0.2-10 from 
Redhat Fedora Core 3 Test 3.

The compiler said

tiger.c(162): remark #1011: missing return statement at end of
non-void function "tiger_compress"

Upon inspection of the source code, I recommend marking the return type
of the function as void.



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


How reproducible:


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


Expected results:


Additional info: