[Bug 439129] New: e2fsprogs-1.41.1-10.4: return with no value
https://bugzilla.novell.com/show_bug.cgi?id=439129 Summary: e2fsprogs-1.41.1-10.4: return with no value Product: openSUSE 11.1 Version: Factory Platform: All OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just tried to build the Suse Linux package e2fsprogs-1.41.1-10.4 and the compiler said alloc.c:42: warning: 'return' with no value, in function returning non-void alloc.c:87: warning: 'return' with no value, in function returning non-void Suggest make return type of functions "check_block_uninit" and "check_inode_uninit" into void, Eg static void check_inode_uninit(ext2_filsys fs, ext2fs_inode_bitmap map, -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=439129 Michal Seben <mseben@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mseben@novell.com AssignedTo|bnc-team-screening@forge.provo.novell.com |mkoenig@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=439129 User mkoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=439129#c1 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Matthias Koenig <mkoenig@novell.com> 2008-10-28 06:03:49 MDT --- Yes, this static function is only used without return value. So declaring as void is correct. Fixed in STABLE. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com