diff options
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index b35bc338..6dcd2c00 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -2067,7 +2067,7 @@ struct dwflpp diestr = (dname != NULL) ? dname : "<unknown>"; Dwarf_Attribute encoding_attr; - Dwarf_Word encoding = -1; + Dwarf_Word encoding = (Dwarf_Word) -1; dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_encoding, &encoding_attr), & encoding); if (encoding < 0) |