From 04f8307d3a0e80edf442e10757f45ae9ac74e2f1 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 1 Nov 2019 08:11:11 +0100
Subject: [PATCH] warnings management

---
 _CoqProject | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/_CoqProject b/_CoqProject
index 8a73167..5b36787 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -1,5 +1,12 @@
 -Q theories reloc
--arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files
+# We sometimes want to locally override notation (e.g. in proofmode/base.v, bi/embedding.v), and there
+# is no good way to do that with scopes.
+-arg -w -arg -notation-overridden
+# change_no_check does not exist yet in 8.9.
+-arg -w -arg -convert_concl_no_check
+# non-canonical projections (https://github.com/coq/coq/pull/10076) do not exist yet in 8.9.
+-arg -w -arg -redundant-canonical-projection
+
 theories/prelude/ctx_subst.v
 theories/prelude/properness.v
 theories/prelude/asubst.v
-- 
GitLab