Skip to content

Commit 61ee931

Browse files
committed
fix warnings
1 parent 30a355d commit 61ee931

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Tiny_httpd_dir.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module S = Tiny_httpd_server
22
module U = Tiny_httpd_util
33
module Html = Tiny_httpd_html
4-
module Pf = Printf
54

65
type dir_behavior =
76
| Index | Lists | Index_or_lists | Forbidden

src/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(name tiny_httpd)
44
(public_name tiny_httpd)
55
(libraries threads seq)
6-
(flags :standard -safe-string -warn-error -a+8)
6+
(flags :standard -safe-string -strict-sequence -w +a-4-40-42 -warn-error -a+8)
77
(wrapped false))
88

99
(rule

0 commit comments

Comments
 (0)