Bug 139594

Summary: fillup-1.42-107: missing expression
Product: [openSUSE] SUSE LINUX 10.0 Reporter: David Binderman <dcb314>
Component: BasesystemAssignee: Ruediger Oertel <ro>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: SUSE Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description David Binderman 2005-12-16 14:44:19 UTC
I just tried to compile package fillup-1.42-107 with the GNU C compiler 

It said

SRC/CreateRemoved.c:51: warning: `return' with no value, in function returning non-void

The source code is

	if( argument & 0x2L ) return;   /* single variable but removed */

Suggest add expression to return statement.

I have tried to contact the author [ jd@suse.de ] but didn't get an answer.
Comment 1 Ruediger Oertel 2006-01-11 18:14:46 UTC
yes, should be "return 0".
fixing for next release.