This patch series contains fixes for compiler warnings triggered by clang. Despite each warning being valid, they were essentially harmless and did not lead to any actual problems. Nevertheless it makes sense to silence these warnings by fixing the code.
Michael Adler (4): fix: correctly parse ustate in journal_process_action fix: complete initialization of struct argp_option chore: fix compiler warning about unused parameters chore: use function declaration from header env/env_api.c | 4 ++-- env/env_api_fat.c | 4 ++-- tools/bg_envtools.h | 9 ++++++--- tools/bg_printenv.c | 2 +- tools/bg_setenv.c | 17 +++++------------ tools/ebgpart.c | 2 +- 6 files changed, 17 insertions(+), 21 deletions(-) -- 2.41.0 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20230726084024.40124-1-michael.adler%40siemens.com.
