https://bugzilla.novell.com/show_bug.cgi?id=432596 Summary: libunwind-0.98.6-4: 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 libunwind-0.98.6-4 and the compiler said Gtest-dyn1.c:109: warning: ordered comparison of pointer with integer zero The source code is if (unw_get_proc_name (&cursor, name, sizeof (name), &offset) == 0 && off > 0) The compare of local variable "off" with 0 looks suspicious, because it is always true. Suggest code re-work. -- 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.