68671b2
From ffb2022797986324213891a59c02af46269b5c17 Mon Sep 17 00:00:00 2001
68671b2
From: Damien Doligez <damien.doligez@inria.fr>
68671b2
Date: Mon, 17 Apr 2023 11:36:32 +0200
772b17b
Subject: [PATCH 12/17] suppress spurious alert when compiling stdlib
68671b2
 documentation
68671b2
68671b2
(cherry picked from commit 5c0fb8e23865fdbf151bdbe15d91176903c284d3)
68671b2
---
68671b2
 api_docgen/ocamldoc/Makefile | 2 +-
68671b2
 1 file changed, 1 insertion(+), 1 deletion(-)
68671b2
68671b2
diff --git a/api_docgen/ocamldoc/Makefile b/api_docgen/ocamldoc/Makefile
68671b2
index 1b3d5f57f7..b6419ae50d 100644
68671b2
--- a/api_docgen/ocamldoc/Makefile
68671b2
+++ b/api_docgen/ocamldoc/Makefile
68671b2
@@ -44,7 +44,7 @@ $(libref:%=build/libref/%.odoc): build/libref/%.odoc: %.mli | build/libref
68671b2
 	$(OCAMLDOC_RUN) -nostdlib -hide Stdlib -lib Stdlib \
68671b2
 	-pp \
68671b2
 "$(AWK) -v ocamldoc=true -f ../../stdlib/expand_module_aliases.awk" \
68671b2
-	$(DOC_STDLIB_INCLUDES) -hide-warnings  $< -dump  $@
68671b2
+	$(DOC_STDLIB_INCLUDES) -hide-warnings -alert -all $< -dump  $@
68671b2
 
68671b2
 $(compilerlibref:%=build/compilerlibref/%.odoc):\
68671b2
 build/compilerlibref/%.odoc: %.mli | build/compilerlibref
68671b2
-- 
68671b2
2.41.0
68671b2