From 63500d43769a5d69e3a67d0d3d1d93e5adae4014 Mon Sep 17 00:00:00 2001 From: Sophie Brun Date: Tue, 11 Feb 2020 15:24:49 +0100 Subject: [PATCH] Don't build with Werror in Debian Last-Update: 2020-02-11 Gbp-Pq: Name dont-build-with-werror.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2