diff options
| author | Gaetan Gilbert | 2017-04-21 19:25:49 +0200 |
|---|---|---|
| committer | Gaetan Gilbert | 2017-04-27 21:32:00 +0200 |
| commit | 34d8de84ceb853c98bc80a0623f9afeae317d75f (patch) | |
| tree | e6b4669c12a95297c6abb24c094f430c3fa89432 /kernel/nativecode.ml | |
| parent | cc12397b32785b06ed892e8ad420cfe253842141 (diff) | |
Locally disable some warnings.
Diffstat (limited to 'kernel/nativecode.ml')
| -rw-r--r-- | kernel/nativecode.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/nativecode.ml b/kernel/nativecode.ml index d9659d6813..ba80ff590d 100644 --- a/kernel/nativecode.ml +++ b/kernel/nativecode.ml @@ -16,6 +16,8 @@ open Nativeinstr open Nativelambda open Pre_env +[@@@ocaml.warning "-32-37"] + (** This file defines the mllambda code generation phase of the native compiler. mllambda represents a fragment of ML, and can easily be printed to OCaml code. *) |
