mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
disable warn-error
This commit is contained in:
parent
66d785abab
commit
b63452c7a5
3 changed files with 3 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
(modules IterBigarray IterBigarrayShims_)
|
(modules IterBigarray IterBigarrayShims_)
|
||||||
(wrapped false)
|
(wrapped false)
|
||||||
(optional)
|
(optional)
|
||||||
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string)
|
(flags :standard -warn-error -a+8 -safe-string)
|
||||||
(ocamlopt_flags :standard (:include ../flambda.flags)))
|
(ocamlopt_flags :standard (:include ../flambda.flags)))
|
||||||
|
|
||||||
(executable
|
(executable
|
||||||
|
|
|
||||||
2
src/dune
2
src/dune
|
|
@ -19,7 +19,7 @@
|
||||||
(public_name iter)
|
(public_name iter)
|
||||||
(wrapped false)
|
(wrapped false)
|
||||||
(modules Iter IterLabels Iter_shims_)
|
(modules Iter IterLabels Iter_shims_)
|
||||||
(flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels)
|
(flags :standard -warn-error -a+8 -safe-string -nolabels)
|
||||||
(ocamlopt_flags :standard (:include flambda.flags))
|
(ocamlopt_flags :standard (:include flambda.flags))
|
||||||
(libraries bytes result))
|
(libraries bytes result))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,5 @@
|
||||||
(name sequence)
|
(name sequence)
|
||||||
(public_name sequence)
|
(public_name sequence)
|
||||||
(wrapped false)
|
(wrapped false)
|
||||||
|
(flags :standard -warn-error -a+8 -safe-string)
|
||||||
(libraries iter))
|
(libraries iter))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue