Skip to content

Commit

Permalink
Fix lwt_glib build
Browse files Browse the repository at this point in the history
Part of #361.
  • Loading branch information
aantron committed Nov 10, 2017
1 parent fc2d963 commit acac989
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/glib/lwt_glib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
* 02111-1307, USA.
*)

(* [Lwt_sequnece] is deprecated to prevent users from using it, but it is used
internally by Lwt. *)
[@@@ocaml.warning "-3"]
module Lwt_sequence = Lwt_sequence
[@@@ocaml.warning "+3"]

external glib_init : unit -> unit = "lwt_glib_init"
external glib_stop : unit -> unit = "lwt_glib_stop"

Expand Down

0 comments on commit acac989

Please sign in to comment.