From 21aaa5d3bdb8b2e3f48ebc78938c9c17ae6f2453 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 11 Sep 2024 16:34:02 +0200 Subject: [PATCH] silence Coq 8.20 deprecation warnings --- _CoqProject | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_CoqProject b/_CoqProject index aef49c4c..2015a40a 100644 --- a/_CoqProject +++ b/_CoqProject @@ -7,6 +7,8 @@ # Custom flags (to be kept in sync with the dune file at the root of the repo). # Fixing this one requires Coq 8.19 -arg -w -arg -argument-scope-delimiter +# Fixing this requires Coq 8.20. +-arg -w -arg -deprecated-since-8.20 stdpp/options.v stdpp/base.v -- GitLab