[Bug 431913] New: libavc1394-0.5.3-104: ordered comparison of pointer with integer zero
https://bugzilla.novell.com/show_bug.cgi?id=431913 Summary: libavc1394-0.5.3-104: 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 compile Suse Linux package libavc1394-0.5.3-104 and the compiler said avc1394_simple.c:552: warning: ordered comparison of pointer with integer zero The source code is if (raw1394_set_fcp_handler( handle, target_fcp_handler ) < 0) return -1; Suggest replace code with if (raw1394_set_fcp_handler( handle, target_fcp_handler ) == 0) return -1; -- 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=431913 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |olh@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=431913 User olh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431913#c1 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Olaf Hering <olh@novell.com> 2008-10-06 05:34:41 MDT --- fixed -- 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