Skip to content

Commit 64eb773

Browse files
committed
revert change that broke 4.03
1 parent bbfbe0f commit 64eb773

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/threads/CCPool.mli

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ end
1414

1515
exception Stopped
1616

17+
[@@@ocaml.warning "-67"]
18+
1719
(** {2 Create a new Pool} *)
18-
module Make (_ : PARAM) : sig
20+
module Make (P : PARAM) : sig
1921
val run : (unit -> _) -> unit
2022
(** [run f] schedules [f] for being executed in the thread pool. *)
2123

0 commit comments

Comments
 (0)