From 2337b1262930c8f80b1dae4b982f4b0b1643a3bb Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sun, 26 May 2019 11:43:04 +0200 Subject: [PATCH] comment why warnings got disabled --- _CoqProject | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_CoqProject b/_CoqProject index 87d2db87..f0ea2637 100644 --- a/_CoqProject +++ b/_CoqProject @@ -1,5 +1,11 @@ -Q theories lrust --arg -w -arg -notation-overridden,-redundant-canonical-projection,-projection-no-head-constant,-several-object-files,-convert_concl_no_check +# We sometimes want to locally override notation 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 + theories/lifetime/model/boxes.v theories/lifetime/model/definitions.v theories/lifetime/model/faking.v -- GitLab