1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Bastian Germann <bage@debian.org>
Date: Sun, 5 Dec 2021 12:03:47 +0100
Forwarded: not-needed
Subject: vboot: Disable -Werror
---
3rdparty/vboot/Makefile | 1 -
1 file changed, 1 deletion(-)
--- a/3rdparty/vboot/Makefile
+++ b/3rdparty/vboot/Makefile
@@ -112,7 +112,6 @@
# Provide default CC and CFLAGS for firmware builds; if you have any -D flags,
# please add them after this point (e.g., -DVBOOT_DEBUG).
DEBUG_FLAGS := $(if $(filter-out 0,${DEBUG}),-g -Og,-g -Os)
-WERROR := -Werror
FIRMWARE_FLAGS := -nostdinc -ffreestanding -fno-builtin -fno-stack-protector
COMMON_FLAGS := -pipe ${WERROR} -Wall -Wstrict-prototypes -Wtype-limits \
-Wundef -Wmissing-prototypes -Wno-trigraphs -Wredundant-decls -Wshadow \
|