aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGaetan Gilbert2017-04-21 19:25:49 +0200
committerGaetan Gilbert2017-04-27 21:32:00 +0200
commit34d8de84ceb853c98bc80a0623f9afeae317d75f (patch)
treee6b4669c12a95297c6abb24c094f430c3fa89432 /lib
parentcc12397b32785b06ed892e8ad420cfe253842141 (diff)
Locally disable some warnings.
Diffstat (limited to 'lib')
-rw-r--r--lib/backtrace.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/backtrace.ml b/lib/backtrace.ml
index b3b8bdea2e..be9f40c1fb 100644
--- a/lib/backtrace.ml
+++ b/lib/backtrace.ml
@@ -5,6 +5,7 @@
(* // * This file is distributed under the terms of the *)
(* * GNU Lesser General Public License Version 2.1 *)
(***********************************************************************)
+[@@@ocaml.warning "-37"]
type raw_frame =
| Known_location of bool (* is_raise *)