mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -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
|
||||
(name 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))
|
||||
|
||||
(executable
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
(test
|
||||
(name t)
|
||||
(flags :standard -strict-sequence -warn-error -a+8)
|
||||
(flags :standard -strict-sequence -warn-error -a+8 -w -48)
|
||||
(modes
|
||||
(best exe))
|
||||
(package containers-data)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
(test
|
||||
(name t)
|
||||
(flags :standard -strict-sequence -warn-error -a+8)
|
||||
(flags :standard -strict-sequence -warn-error -a+8 -w -48)
|
||||
(modes
|
||||
(best exe))
|
||||
(package containers)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue