aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2018-06-12 23:40:32 +0100
committerSteve McIntyre <steve@einval.com>2018-06-12 23:40:32 +0100
commit60f3c86386524874b8f1ee9bc345aa1726cc2174 (patch)
treee7f2c66171c39b9299e367ba5876de53aedc9f93 /Makefile.common
parentd3d3bf71a9929c5620c9471e36d88411ee9280cc (diff)
Disable STRICT_ERROR_CHECKS
Oops - added the code and forgot to turn it off at that point :-(
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy