Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid compiler warning about size comparison
GCC warns about comparing uint8_t to a size that may be >255. Strangely, casting the uint8_t to a size_t in the comparison expression doesn't avoid the warning. So change the type of the variable. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
- Loading branch information