From f6973baf682dd4e4c8b50cbb6f868a801c611f11 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 11 Sep 2024 17:49:23 +0200
Subject: [PATCH] silence another warning

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

diff --git a/_CoqProject b/_CoqProject
index 2015a40a..723a4beb 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -9,6 +9,8 @@
 -arg -w -arg -argument-scope-delimiter
 # Fixing this requires Coq 8.20.
 -arg -w -arg -deprecated-since-8.20
+# https://gitlab.mpi-sws.org/iris/stdpp/-/issues/216
+-arg -w -arg -notation-incompatible-prefix
 
 stdpp/options.v
 stdpp/base.v
-- 
GitLab