chore: tell dune to stop pestering with warn-error

This commit is contained in:
Simon Cruanes 2021-05-03 13:23:56 -04:00
parent ddd337cc61
commit 2340cf0bf7

View file

@ -4,5 +4,5 @@
(public_name tiny_httpd)
(libraries threads)
(inline_tests (backend qtest.lib))
(flags :standard -safe-string)
(flags :standard -safe-string -warn-error -a+8)
(wrapped false))