From ed16401e11d39444614adab14aa0bda42f0fe1ab Mon Sep 17 00:00:00 2001
From: jihgfee <jihgfee@gmail.com>
Date: Sat, 15 Aug 2020 15:36:40 +0200
Subject: [PATCH] Added flag to prevent warnings from Coq 8.12 bump

---
 _CoqProject | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_CoqProject b/_CoqProject
index f1603fd..20c25c6 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -1,5 +1,5 @@
 -Q theories actris
--arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files,-convert_concl_no_check,-undeclared-scope,-ambiguous-paths
+-arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files,-convert_concl_no_check,-undeclared-scope,-ambiguous-paths,-unexpected-implicit-declaration
 theories/utils/skip.v
 theories/utils/llist.v
 theories/utils/compare.v
-- 
GitLab