From 84cd2bac666f64f8d7ac395509acd34e54cb1121 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sun, 26 May 2019 10:04:00 +0200 Subject: [PATCH] comment on disabled warnings --- _CoqProject | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/_CoqProject b/_CoqProject index c60aa58..08d3f0d 100644 --- a/_CoqProject +++ b/_CoqProject @@ -1,5 +1,14 @@ -Q theories iris_examples --arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files,-convert_concl_no_check +# 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 +# non-canonical projections (https://github.com/coq/coq/pull/10076) do not exist yet in 8.9. +-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 + theories/barrier/proof.v theories/barrier/specification.v theories/barrier/barrier.v -- GitLab