mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-04 20:16:37 +00:00
![]() When we made lib build with the correct CFLAGS, it inherited -Werror=sign-compare, and I fixed up some parameters on console_print_box() and console_print_box_at() to avoid sign comparison errors. The fixups were *completely wrong*, as some behavior relies on negative values. So this fixes them in a completely different way, by casting appropriately to signed types where we're doing comparisons. Signed-off-by: Peter Jones <pjones@redhat.com> |
||
---|---|---|
.. | ||
configtable.h | ||
console.h | ||
efiauthenticated.h | ||
errors.h | ||
execute.h | ||
guid.h | ||
PeImage.h | ||
security_policy.h | ||
shell.h | ||
simple_file.h | ||
str.h | ||
variables.h | ||
version.h | ||
wincert.h |