aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2021-06-18 18:20:29 +0100
committerDavid Gibson <david@gibson.dropbear.id.au>2021-06-21 15:34:05 +1000
commitb587787ef38802e43972e1b7a36a8358ae25db86 (patch)
treee1e754179395b030d438e9a9e60ba1732dacfd2d /Makefile
parent69bed6c2418f484561263aadbb886ffb925e6b38 (diff)
downloaddtc-b587787ef38802e43972e1b7a36a8358ae25db86.zip
dtc-b587787ef38802e43972e1b7a36a8358ae25db86.tar.gz
dtc-b587787ef38802e43972e1b7a36a8358ae25db86.tar.bz2
checks: Fix signedness comparisons warnings
With -Wsign-compare, compilers warn about a mismatching signedness in comparisons in various parts in checks.c. Fix those by making all affected variables unsigned. This covers return values of the (unsigned) size_t type, phandles, variables holding sizes in general and loop counters only ever counting positives values. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Message-Id: <20210618172030.9684-5-andre.przywara@arm.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions