https://bugzilla.novell.com/show_bug.cgi?id=430846 Summary: audit-1.6.8-18: 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 audit-1.6.8-18 and the compiler said auparse.c:403: warning: ordered comparison of pointer with integer zero The source code is if (op < 0) goto err_out; but const char *op; Suggest replace broken code with if (op == 0) goto err_out; -- 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.