mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
disable warning 48
This commit is contained in:
parent
a3f5dde2f1
commit
51b5b140a9
1 changed files with 1 additions and 1 deletions
2
src/dune
2
src/dune
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
(env
|
||||
(_
|
||||
(flags :standard -warn-error -a+8 -w +a-4-32-40-42-44-70 -color always -safe-string
|
||||
(flags :standard -warn-error -a+8 -w +a-4-32-40-42-44-48-70 -color always -safe-string
|
||||
-strict-sequence)))
|
||||
|
||||
(library
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue