From 8eedeb59e83e5686cb879507560808415a6cbc09 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 23 Jun 2021 10:58:23 +0200 Subject: [PATCH] deny warnings on 8.14 beta --- .gitlab-ci.yml | 1 + _CoqProject | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ada1ff7d..780f9ebc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,6 +47,7 @@ build-coq.8.14.dev: OPAM_PINS: "coq version 8.14.dev" MANGLE_NAMES: "1" CI_COQCHK: "1" + DENY_WARNINGS: "1" build-coq.8.13.2: <<: *template diff --git a/_CoqProject b/_CoqProject index 77e45b94..6ea277df 100644 --- a/_CoqProject +++ b/_CoqProject @@ -1,4 +1,6 @@ -Q theories stdpp +# 'Global Hint Rewrite' not supported before Coq 8.14. +-arg -w -arg -deprecated-hint-rewrite-without-locality theories/options.v theories/base.v -- GitLab