From f79d6eae638122ed842333677f205885f057bbe0 Mon Sep 17 00:00:00 2001 From: Markham Date: Fri, 21 Jun 2019 20:17:48 +0200 Subject: [PATCH] neutrino.mk: build temporary without -Werror --- make/neutrino.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/neutrino.mk b/make/neutrino.mk index 69dbda1..aeec525 100755 --- a/make/neutrino.mk +++ b/make/neutrino.mk @@ -1,6 +1,6 @@ #Makefile to build NEUTRINO -N_CFLAGS = -Wall -Wextra -Wshadow -Wsign-compare -Werror +N_CFLAGS = -Wall -Wextra -Wshadow -Wsign-compare ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd2 hd51)) N_CFLAGS += -Wformat-truncation=0 -Wno-ignored-qualifiers -- 2.39.5