Skip to content

Commit 0ab8e37

Browse files
author
Pietro Abate
committed
disable warning 58: no cmx file was found in path
1 parent 0cca808 commit 0ab8e37

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

myocamlbuild.ml.pp

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
];
5353

5454
(* Disable Warning 24: bad source file name *)
55-
flag ["ocaml"; "compile"] & S[A"-w"; A"-24"];
55+
(* Disable Warning 58: no cmx file was found in path *)
56+
flag ["ocaml"; "compile"] & S[A"-w"; A"-24-58"];
5657

5758
(* optimization to ocaml code *)
5859
flag ["ocaml"; "compile"] & S[A"-ccopt"; A"-O9"];

tests

Submodule tests updated from 480a51b to bdb7df6

0 commit comments

Comments
 (0)