Skip to content

Commit

Permalink
Remove silencing of deprecation alert. This raises no alerts.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jun 5, 2022
1 parent 06f05fb commit fd365ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/tcp/segment.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*)

[@@@ocaml.warning "-3"]

open Lwt.Infix

let src = Logs.Src.create "tcp.segment" ~doc:"Mirage TCP Segment module"
Expand Down
2 changes: 0 additions & 2 deletions src/tcp/user_buffer.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*)

[@@@ocaml.warning "-3"]

open Lwt.Infix

let lwt_sequence_add_l s seq =
Expand Down

0 comments on commit fd365ce

Please sign in to comment.