mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
fix warnings
This commit is contained in:
parent
30a355da5a
commit
61ee931b6c
2 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
module S = Tiny_httpd_server
|
module S = Tiny_httpd_server
|
||||||
module U = Tiny_httpd_util
|
module U = Tiny_httpd_util
|
||||||
module Html = Tiny_httpd_html
|
module Html = Tiny_httpd_html
|
||||||
module Pf = Printf
|
|
||||||
|
|
||||||
type dir_behavior =
|
type dir_behavior =
|
||||||
| Index | Lists | Index_or_lists | Forbidden
|
| Index | Lists | Index_or_lists | Forbidden
|
||||||
|
|
|
||||||
2
src/dune
2
src/dune
|
|
@ -3,7 +3,7 @@
|
||||||
(name tiny_httpd)
|
(name tiny_httpd)
|
||||||
(public_name tiny_httpd)
|
(public_name tiny_httpd)
|
||||||
(libraries threads seq)
|
(libraries threads seq)
|
||||||
(flags :standard -safe-string -warn-error -a+8)
|
(flags :standard -safe-string -strict-sequence -w +a-4-40-42 -warn-error -a+8)
|
||||||
(wrapped false))
|
(wrapped false))
|
||||||
|
|
||||||
(rule
|
(rule
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue