mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
remove warning in tests
This commit is contained in:
parent
921db438f2
commit
477e9cc7ca
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
(executable
|
(executable
|
||||||
(name check_labelled_mods)
|
(name check_labelled_mods)
|
||||||
(modules check_labelled_mods)
|
(modules check_labelled_mods)
|
||||||
(flags :standard -warn-error -a -w -3-33-35-27-39-50-60 -nolabels)
|
(flags :standard -warn-error -a -w -3-33-35-27-39-48-50-60 -nolabels)
|
||||||
(libraries containers))
|
(libraries containers))
|
||||||
|
|
||||||
(executable
|
(executable
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
(test
|
(test
|
||||||
(name t)
|
(name t)
|
||||||
(flags :standard -strict-sequence -warn-error -a+8)
|
(flags :standard -strict-sequence -warn-error -a+8 -w -48)
|
||||||
(modes
|
(modes
|
||||||
(best exe))
|
(best exe))
|
||||||
(package containers-data)
|
(package containers-data)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
(test
|
(test
|
||||||
(name t)
|
(name t)
|
||||||
(flags :standard -strict-sequence -warn-error -a+8)
|
(flags :standard -strict-sequence -warn-error -a+8 -w -48)
|
||||||
(modes
|
(modes
|
||||||
(best exe))
|
(best exe))
|
||||||
(package containers)
|
(package containers)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue