From eab61393e979107badfec33de2b2735c0f30c7e1 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 3 Oct 2024 18:56:49 +0200
Subject: [PATCH] sadly the warning still fires

---
 _CoqProject | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/_CoqProject b/_CoqProject
index a5316e76..32c033fe 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
+# Warning is often incorrect, see https://gitlab.mpi-sws.org/iris/stdpp/-/issues/216
+-arg -w -arg -notation-incompatible-prefix
 
 theories/barrier/proof.v
 theories/barrier/specification.v
-- 
GitLab