From be5787b3939ad050d9c6841321b82d6092893702 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 2 Oct 2024 16:50:36 +0200 Subject: [PATCH] silence unfixable warnings --- _CoqProject | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_CoqProject b/_CoqProject index a5316e76..970b6099 100644 --- a/_CoqProject +++ b/_CoqProject @@ -4,6 +4,8 @@ # Cannot use non-canonical projections as it causes massive unification failures # (https://github.com/coq/coq/issues/6294). -arg -w -arg -redundant-canonical-projection +# https://gitlab.mpi-sws.org/iris/stdpp/-/issues/216 +-arg -w -arg -notation-incompatible-prefix theories/barrier/proof.v theories/barrier/specification.v -- GitLab