aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Compat
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2016-09-27 19:09:40 -0400
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-11-04 09:48:56 +0100
commit962a5d3526290b83967a92ef1eb772894d10362b (patch)
treecd047752591d15ddb71679a9b78caf564e689eb1 /theories/Compat
parentdd558cc1a9b87d2b1dda5d1ff2baf9f02a32e519 (diff)
Silence option deprecation warnings in the compat file
Some options are expected to be deprecated
Diffstat (limited to 'theories/Compat')
-rw-r--r--theories/Compat/Coq85.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/theories/Compat/Coq85.v b/theories/Compat/Coq85.v
index 400753644..1bc6fee0c 100644
--- a/theories/Compat/Coq85.v
+++ b/theories/Compat/Coq85.v
@@ -12,6 +12,10 @@
are likely needed to make them behave like Coq 8.5. *)
Require Export Coq.Compat.Coq86.
+(** We use some deprecated options in this file, so we disable the
+ corresponding warning, to silence the build of this file. *)
+Local Set Warnings "-deprecated-option".
+
(* In 8.5, "intros [|]", taken e.g. on a goal "A\/B->C", does not
behave as "intros [H|H]" but leave instead hypotheses quantified in
the goal, here producing subgoals A->C and B->C. *)