Commit fc253137 authored by Jocelyn Bohr's avatar Jocelyn Bohr
Browse files

Fix AvbAlgorithmType type-limits error

AvbAlgorithmType is an enum and may be signed or unsigned depending on
the compiler. This can result in an error/warning caused by the
comparison of an unsigned expression >= 0 always evaulating true.

Bug: 65024850
Test: compiles without error on U-boot platform, unittests pass
Change-Id: I02f259a26b9a972cd9864226c8d0f4e81e02f743
parent a290f550
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment