mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
Disable warning 70
Disable warning 70 (missing-mli, Cannot find interface file) in the benches and examples.
This commit is contained in:
parent
d410860533
commit
c446508746
2 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,6 @@
|
|||
(names bench_persistent_read bench_persistent benchs)
|
||||
(libraries iter benchmark)
|
||||
(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
|
||||
-unbox-closures-factor 20))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
(executable
|
||||
(name test_sexpr)
|
||||
(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
|
||||
-unbox-closures-factor 20))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue