From 25c5306aa4a589c38a47bad4e1465e7d895c3a06 Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Thu, 7 Nov 2019 19:42:24 +0100 Subject: [PATCH] Ignore more warnings (copied from Iris). --- _CoqProject | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_CoqProject b/_CoqProject index f0ea2637..36791391 100644 --- a/_CoqProject +++ b/_CoqProject @@ -5,6 +5,10 @@ -arg -w -arg -redundant-canonical-projection # change_no_check does not exist yet in 8.9. -arg -w -arg -convert_concl_no_check +# "Declare Scope" does not exist yet in 8.9. +-arg -w -arg -undeclared-scope +# We have ambiguous paths and so far it is not even clear what they are (https://gitlab.mpi-sws.org/iris/iris/issues/240). +-arg -w -arg -ambiguous-paths theories/lifetime/model/boxes.v theories/lifetime/model/definitions.v -- GitLab