aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-09-27 13:20:57 +0200
committerGaëtan Gilbert2018-09-27 13:20:57 +0200
commitf10e10eeb2efd8f5d13fdb4619883f45aa834238 (patch)
tree94fb53689cb477ba99bd56dd478cec9846b0d3e9
parentc492b115ed29a8c514ff9b19d492bdbc0dae02e2 (diff)
parent95485e0ba2eb5e700db0ada7a17c6c2513c2cc62 (diff)
Merge PR #8562: [build] Re-enable warning 59.
-rw-r--r--configure.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ml b/configure.ml
index 1c2edefc5c..1b0c592e46 100644
--- a/configure.ml
+++ b/configure.ml
@@ -649,9 +649,8 @@ let camltag = match caml_version_list with
50: unexpected documentation comment: too common and annoying to avoid
56: unreachable match case: the [_ -> .] syntax doesn't exist in 4.02.3
58: "no cmx file was found in path": See https://github.com/ocaml/num/issues/9
- 59: "potential assignment to a non-mutable value": See Coq's issue #8043
*)
-let coq_warnings = "-w +a-4-9-27-41-42-44-45-48-50-58-59"
+let coq_warnings = "-w +a-4-9-27-41-42-44-45-48-50-58"
let coq_warn_error =
if !prefs.warn_error
then "-warn-error +a"