aboutsummaryrefslogtreecommitdiff
path: root/kernel/nativelambda.ml
diff options
context:
space:
mode:
authorGaetan Gilbert2017-04-21 19:25:49 +0200
committerGaetan Gilbert2017-04-27 21:32:00 +0200
commit34d8de84ceb853c98bc80a0623f9afeae317d75f (patch)
treee6b4669c12a95297c6abb24c094f430c3fa89432 /kernel/nativelambda.ml
parentcc12397b32785b06ed892e8ad420cfe253842141 (diff)
Locally disable some warnings.
Diffstat (limited to 'kernel/nativelambda.ml')
-rw-r--r--kernel/nativelambda.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/nativelambda.ml b/kernel/nativelambda.ml
index 366f9a0a6d..fcb75c661e 100644
--- a/kernel/nativelambda.ml
+++ b/kernel/nativelambda.ml
@@ -16,6 +16,9 @@ open Nativeinstr
module RelDecl = Context.Rel.Declaration
+(* I'm not messing with this stuff. *)
+[@@@ocaml.warning "-32"]
+
(** This file defines the lambda code generation phase of the native compiler *)
exception NotClosed