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^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=126148d841b3ee8082cddadd1b7c937798ba3644;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 6f13643..85e36a8 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ endif 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 \ +COMMON_FLAGS := -pipe -Wall -Wstrict-prototypes -Wtype-limits \ -Wundef -Wmissing-prototypes -Wno-trigraphs -Wredundant-decls -Wshadow \ -Wwrite-strings -Wstrict-aliasing -Wdate-time \ -ffunction-sections -fdata-sections \