[Bug 432617] New: ntop-3.3-93: 6 * ordered comparison of pointer with integer zero
https://bugzilla.novell.com/show_bug.cgi?id=432617 Summary: ntop-3.3-93: 6 * 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 ntop-3.3-93 and the compiler said http.c:1729: warning: ordered comparison of pointer with integer zero The source code is if(strstr(url, "//") > 0) { Suggest replace with if(strstr(url, "//") != 0) { Similar fun & games for http.c:1735: warning: ordered comparison of pointer with integer zero http.c:1741: warning: ordered comparison of pointer with integer zero http.c:1747: warning: ordered comparison of pointer with integer zero report.c:281: warning: ordered comparison of pointer with integer zero report.c:661: warning: ordered comparison of pointer with integer zero -- 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=432617 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |bg@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.
participants (1)
-
bugzilla_noreply@novell.com