We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd17314 commit 8464de2Copy full SHA for 8464de2
toplevel/lib/jsooTop.ml
@@ -78,10 +78,10 @@ let use ffp content =
78
with e ->
79
Sys.remove fname;
80
raise e
81
- [@@ocaml.warning "-32"] [@@if ocaml_version < (4, 14, 0)]
+ [@@if ocaml_version < (4, 14, 0)]
82
83
let use ffp content = Toploop.use_silently ffp (String content)
84
- [@@ocaml.warning "-32"] [@@if ocaml_version >= (4, 14, 0)]
+ [@@if ocaml_version >= (4, 14, 0)]
85
86
let execute printval ?pp_code ?highlight_location pp_answer s =
87
let lb = Lexing.from_function (refill_lexbuf s (ref 0) pp_code) in
0 commit comments