Bugzilla – Bug 139594
fillup-1.42-107: missing expression
Last modified: 2006-01-11 18:14:46 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.
yes, should be "return 0". fixing for next release.