From 60f3c86386524874b8f1ee9bc345aa1726cc2174 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Tue, 12 Jun 2018 23:40:32 +0100 Subject: Disable STRICT_ERROR_CHECKS Oops - added the code and forgot to turn it off at that point :-( --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 93fafdc96e9..b341ee1fc64 100644 --- a/Makefile.common +++ b/Makefile.common @@ -4,7 +4,7 @@ CUR_YEAR := $(shell date +%Y) # Turn this on to stop ignoring errors in various places -STRICT_ERROR_CHECKS = 1 +STRICT_ERROR_CHECKS = 0 ifeq ($(STRICT_ERROR_CHECKS), 0) IGNORE = - else -- cgit v1.2.3