https://bugzilla.novell.com/show_bug.cgi?id=431916 Summary: libdc1394-2.0.0-7: 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 libdc1394-2.0.0-7 and the compiler said dc1394_capture.c:441: warning: ordered comparison of pointer with integer zero The source code is if (raw1394_set_iso_handler(handle,cams[i].channel, _dc1394_video_iso_handler) < 0) Suggest replace code with if (raw1394_set_iso_handler(handle,cams[i].channel, _dc1394_video_iso_handler) == 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.