From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36766 invoked by alias); 9 Oct 2015 20:43:23 -0000 Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org Received: (qmail 36522 invoked by uid 48); 9 Oct 2015 20:43:18 -0000 From: "dcb314 at hotmail dot com" To: frysk-bugzilla@sourceware.org Subject: [Bug general/19114] New: frysk-0.4/build/. ./frysk-sys/lib/dwfl/jni/DwarfDie.cxx:409: bad test ? Date: Fri, 09 Oct 2015 20:43:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: frysk X-Bugzilla-Component: general X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: frysk-bugzilla at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q4/txt/msg00000.txt.bz2 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=19114 Bug ID: 19114 Summary: frysk-0.4/build/. ./frysk-sys/lib/dwfl/jni/DwarfDie.cxx:409: bad test ? Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general Assignee: frysk-bugzilla at sourceware dot org Reporter: dcb314 at hotmail dot com Target Milestone: --- frysk-0.4/build/../frysk-sys/lib/dwfl/jni/DwarfDie.cxx:409:64: warning: ordered comparison of pointer with integer zero [-Wextra] if (dwarf_attr_integrate (die, DW_AT_location, &loc_attr) >= 0) { Also, something similar at line 441 in the same file frysk-0.4/build/../frysk-sys/lib/dwfl/jni/DwarfDie.cxx:441:76: warning: ordered comparison of pointer with integer zero [-Wextra] if (dwarf_attr_integrate (die, DW_AT_data_member_location, &loc_attr) >= 0) { -- You are receiving this mail because: You are the assignee for the bug.