Skip to content

Commit 8464de2

Browse files
committed
Misc: cleanup warnings
1 parent fd17314 commit 8464de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toplevel/lib/jsooTop.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ let use ffp content =
7878
with e ->
7979
Sys.remove fname;
8080
raise e
81-
[@@ocaml.warning "-32"] [@@if ocaml_version < (4, 14, 0)]
81+
[@@if ocaml_version < (4, 14, 0)]
8282

8383
let use ffp content = Toploop.use_silently ffp (String content)
84-
[@@ocaml.warning "-32"] [@@if ocaml_version >= (4, 14, 0)]
84+
[@@if ocaml_version >= (4, 14, 0)]
8585

8686
let execute printval ?pp_code ?highlight_location pp_answer s =
8787
let lb = Lexing.from_function (refill_lexbuf s (ref 0) pp_code) in

0 commit comments

Comments
 (0)