mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-22 05:00:08 +02:00
libreboot-utils: fix ALL compiler warnings
i wasn't using strict mode enough in make: make strict now it compiles cleanly. mostly removing unused variables, fixing implicit conversions, etc. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -63,6 +63,6 @@ check_nvm_bound(size_t c, size_t p)
|
||||
check_bin(p, "part number");
|
||||
|
||||
if (c >= NVM_WORDS)
|
||||
err_exit(ECANCELED, "check_nvm_bound: out of bounds %lu",
|
||||
exitf("check_nvm_bound: out of bounds %lu",
|
||||
(size_t)c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user