mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-10 21:24:03 -05:00
chore: tell dune to stop pestering with warn-error
This commit is contained in:
parent
ddd337cc61
commit
2340cf0bf7
1 changed files with 1 additions and 1 deletions
2
src/dune
2
src/dune
|
|
@ -4,5 +4,5 @@
|
||||||
(public_name tiny_httpd)
|
(public_name tiny_httpd)
|
||||||
(libraries threads)
|
(libraries threads)
|
||||||
(inline_tests (backend qtest.lib))
|
(inline_tests (backend qtest.lib))
|
||||||
(flags :standard -safe-string)
|
(flags :standard -safe-string -warn-error -a+8)
|
||||||
(wrapped false))
|
(wrapped false))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue