Disable warning 70

Disable warning 70 (missing-mli, Cannot find interface file) in the benches and examples.
This commit is contained in:
Ryan M. Moore 2023-06-11 12:50:16 -04:00
parent d410860533
commit c446508746
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@
(names bench_persistent_read bench_persistent benchs) (names bench_persistent_read bench_persistent benchs)
(libraries iter benchmark) (libraries iter benchmark)
(optional) (optional)
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -color always) (flags :standard -w +a-4-42-44-48-50-58-32-60-70@8 -safe-string -color always)
(ocamlopt_flags :standard -O3 -color always -unbox-closures (ocamlopt_flags :standard -O3 -color always -unbox-closures
-unbox-closures-factor 20)) -unbox-closures-factor 20))

View file

@ -1,6 +1,6 @@
(executable (executable
(name test_sexpr) (name test_sexpr)
(libraries iter) (libraries iter)
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -color always) (flags :standard -w +a-4-42-44-48-50-58-32-60-70@8 -safe-string -color always)
(ocamlopt_flags :standard -O3 -color always -unbox-closures (ocamlopt_flags :standard -O3 -color always -unbox-closures
-unbox-closures-factor 20)) -unbox-closures-factor 20))