remove warning in tests

This commit is contained in:
Simon Cruanes 2024-11-18 12:20:25 -05:00
parent 921db438f2
commit 477e9cc7ca
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)

View file

@ -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)