https://bugzilla.novell.com/show_bug.cgi?id=433393 Summary: xfsdump-2.2.48-14: 2 * 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 xfsdump-2.2.48-14 and the compiler said rmtopen.c:174: warning: ordered comparison of pointer with integer zero The source code is if (rmt_f < 0) { Suggest replace with if (rmt_f == 0) { Similar problems at rmtopen.c:186: 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.