summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9cf52b22..7fcccd84 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