Bug 139594 - fillup-1.42-107: missing expression
Summary: fillup-1.42-107: missing expression
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: All SUSE Other
: P5 - None : Minor
Target Milestone: ---
Assignee: Ruediger Oertel
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-16 14:44 UTC by David Binderman
Modified: 2006-01-11 18:14 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.