Bug 19114 - frysk-0.4/build/. ./frysk-sys/lib/dwfl/jni/DwarfDie.cxx:409: bad test ?
Summary: frysk-0.4/build/. ./frysk-sys/lib/dwfl/jni/DwarfDie.cxx:409: bad test ?
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-09 20:43 UTC by dcb
Modified: 2015-10-09 20:43 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dcb 2015-10-09 20:43:18 UTC
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) {