I saw following gcc warnings in 3 places and they seem to make sense.
"comparison of unsigned expression >= 0 is always true [-Wtype-limits]"
To fix the warnings, I have removed the offending checks. OK?
Paths
| Differential D13866
Remove more gcc warnings. AbandonedPublic Authored by abidh on Oct 19 2015, 5:59 AM.
Details
Summary I saw following gcc warnings in 3 places and they seem to make sense. "comparison of unsigned expression >= 0 is always true [-Wtype-limits]" To fix the warnings, I have removed the offending checks. OK?
Diff Detail Event Timelineabidh updated this object. clayborg edited edge metadata. Comment ActionsPlease don't check this in. If dwarf_r0 changes from 0 to another value, then this code will fail. We will need to live with these warnings. This revision now requires changes to proceed.Oct 19 2015, 10:39 AM
Revision Contents
Diff 37747 source/Plugins/Instruction/ARM/EmulationStateARM.cpp
source/Utility/ARM64_DWARF_Registers.cpp
|