From: Jan Kiszka <[email protected]> Warnings are now errors and will break CI.
Signed-off-by: Jan Kiszka <[email protected]> --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1e0dc1c..01216d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,8 @@ AM_CFLAGS = \ -fshort-wchar \ -DHAVE_ENDIAN_H \ -D_GNU_SOURCE \ - -D_FILE_OFFSET_BITS=64 + -D_FILE_OFFSET_BITS=64 \ + -Werror AM_LDFLAGS = -L$(top_builddir)/ -- 2.12.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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/cd4926e5-2da4-4f0f-4896-1646699fbc6f%40siemens.com. For more options, visit https://groups.google.com/d/optout.
