aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/vernac_classifier.ml
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-05-31 18:39:44 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-05-31 18:39:44 +0200
commit48476a32fa9221b216074695cceeaa0b34fc659b (patch)
tree8d5447cbbf7e52b94ae7aea83c639bf82663442f /stm/vernac_classifier.ml
parenteed90d1bd867dce59f6bf1b2bf769fff188f128b (diff)
[proof] Deprecate "proof mode" API
Any users of this API should coordinate with the ongoing work in PRs numbered #459 and #566.
Diffstat (limited to 'stm/vernac_classifier.ml')
-rw-r--r--stm/vernac_classifier.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/vernac_classifier.ml b/stm/vernac_classifier.ml
index c4f392f20..9c24bf379 100644
--- a/stm/vernac_classifier.ml
+++ b/stm/vernac_classifier.ml
@@ -10,7 +10,7 @@ open Vernacexpr
open CErrors
open Pp
-let default_proof_mode () = Proof_global.get_default_proof_mode_name ()
+let default_proof_mode () = Proof_global.get_default_proof_mode_name () [@ocaml.warning "-3"]
let string_of_in_script b = if b then " (inside script)" else ""