Skip to content

Commit

Permalink
Silence Async deprecation warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Aug 16, 2024
1 parent 8575d02 commit 6d3b8b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion async/dune
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
from
(tls-async -> tls_io.real.ml)
(!tls-async -> tls_io.dummy.ml)))
(modules gluten_async gluten_async_intf ssl_io tls_io))
(modules gluten_async gluten_async_intf ssl_io tls_io)
(flags (:standard -w -3)))

0 comments on commit 6d3b8b1

Please sign in to comment.