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
Loading
Please sign in to comment