From d5dd879372707c795f70f190ece4868638f3bee2 Mon Sep 17 00:00:00 2001
From: Tej Chajed <tchajed@mit.edu>
Date: Tue, 7 May 2019 20:09:00 -0400
Subject: [PATCH] Disable new warnings for Coq master

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

diff --git a/_CoqProject b/_CoqProject
index c9539aac9..cbbd1e508 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -1,5 +1,5 @@
 -Q theories iris
--arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files
+-arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files,-undeclared-scope,-convert_concl_no_check
 theories/algebra/monoid.v
 theories/algebra/cmra.v
 theories/algebra/big_op.v
-- 
GitLab