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:
Leah Rowe
2026-04-01 10:03:41 +01:00
parent d91dd0ad81
commit 861f56375a
14 changed files with 143 additions and 154 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ usage(void)
util, util, util, util,
util, util, util);
err_exit(EINVAL, "Too few arguments");
exitf("Too few arguments");
}