From: Jan Kiszka <[email protected]> We already have -Werror for userland. Expand it to the bootloader and the kernel-stub so that we do not miss any warnings in the future.
Signed-off-by: Jan Kiszka <[email protected]> --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index ef18ffd..59af226 100644 --- a/Makefile.am +++ b/Makefile.am @@ -214,6 +214,7 @@ efi_cflags = \ -fno-stack-protector \ -Wsign-compare \ -DGNU_EFI_USE_MS_ABI \ + -Werror \ $(CFLAGS) if ARCH_X86_64 -- 2.35.3 -- 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/46493e4d-d4aa-4eb1-8869-a76925062a97%40siemens.com.
