[PATCH] Enforce zero-warnings

0 views
Skip to first unread message

Jan Kiszka

unread,
Nov 3, 2017, 9:46:28 AM11/3/17
to efibootguard-dev
From: Jan Kiszka <jan.k...@siemens.com>

Warnings are now errors and will break CI.

Signed-off-by: Jan Kiszka <jan.k...@siemens.com>
---
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
Reply all
Reply to author
Forward
0 new messages