[Bug 439324] New: gphotofs-0.4.0-160.13: ordered comparison of pointer with integer zero
https://bugzilla.novell.com/show_bug.cgi?id=439324 Summary: gphotofs-0.4.0-160.13: ordered comparison of pointer with integer zero Product: openSUSE 11.1 Version: Factory Platform: All OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Other 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 gphotofs-0.4.0-160.13 and the compiler said gphotofs.c:760: warning: ordered comparison of pointer with integer zero The source code is } else if (p < 0) { Suggest replace with } else if (p == 0) { -- 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=439324 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |meissner@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=439324 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=439324#c1 --- Comment #1 from Marcus Meissner <meissner@novell.com> 2008-10-30 16:27:35 MDT --- actually it should test for if (i < 0) -- 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=439324 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=439324#c2 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Marcus Meissner <meissner@novell.com> 2008-10-31 07:09:12 MDT --- submitted fixed package -- 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