From da96dfcad26ca8ffb43bc5cb0b5ab69fdd84b7c7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 23 Jan 2022 11:33:58 +0530 Subject: [PATCH] Forgot to use override --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 4ec575b13..760336139 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # ifdef FAIL_WARN -FAIL_WARN=-W +override FAIL_WARN=-W endif # You can set these variables from the command line.