From: Sophie Brun Date: Tue, 11 Feb 2020 14:24:49 +0000 (+0100) Subject: Don't build with Werror in Debian X-Git-Tag: archive/raspbian/0_R99-14469.B-2+rpi1~1^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=63500d43769a5d69e3a67d0d3d1d93e5adae4014;p=vboot-utils.git Don't build with Werror in Debian Last-Update: 2020-02-11 Gbp-Pq: Name dont-build-with-werror.patch --- diff --git a/Makefile b/Makefile index fa0d512..1aa4974 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ endif DEBUG_FLAGS := $(if ${DEBUG},-g -O0,-g -Os) WERROR := -Werror FIRMWARE_FLAGS := -nostdinc -ffreestanding -fno-builtin -fno-stack-protector -COMMON_FLAGS := -pipe ${WERROR} -Wall -Wstrict-prototypes -Wtype-limits \ +COMMON_FLAGS := -pipe -Wall -Wstrict-prototypes -Wtype-limits \ -Wundef -Wmissing-prototypes -Wno-trigraphs -Wredundant-decls -Wshadow \ -Wwrite-strings -Wstrict-aliasing -Wdate-time -Wno-unknown-warning \ -Wno-address-of-packed-member -ffunction-sections -fdata-sections \