From 483b5f9a659fe505c0ebcef9cbe4e0ba58c27272 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 3 Oct 2024 10:53:06 +0200
Subject: [PATCH] we still get this warning unfortunately

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

diff --git a/_CoqProject b/_CoqProject
index 8a8ef0b0..82e078a7 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -8,6 +8,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
 
 lifetime/model/definitions.v
 lifetime/model/faking.v
-- 
GitLab