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

View file

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

View file

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