From 30c4cecd281e2efe8f77a205793552273c5123ce Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sat, 22 Dec 2018 01:19:50 +0100 Subject: Makefile: Disable `-Werror=deprecated-declarations` on release branch Change-Id: I6ed27b05b8b11f0ae1bcd331148cd61381edb8a0 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/30373 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9cf52b22c..7fcccd849 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ CONFIG_DEFAULT_PROGRAMMER_ARGS ?= '' WARNERROR ?= yes ifeq ($(WARNERROR), yes) -CFLAGS += -Werror +CFLAGS += -Werror -Wno-error=deprecated-declarations endif ifdef LIBS_BASE -- cgit v1.2.3