File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v2.2
2
+
3
+ - Add cursor-shape-v1 and tablet-v2 protocols (@talex5 #51 ).
4
+
5
+ - Add viewporter protocol (@talex5 #50 ).
6
+
7
+ - Suppress ` unused-type-declaration ` in generated code, for OCaml 5.4.
8
+
1
9
# v2.1
2
10
3
11
- Add relative-pointer-v1 (@Mic92 #40 ).
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ let pp_msg_handler_sig ~role ~iface ~pp_self f (msg : Message.t) =
327
327
let make_wrappers ~opens ~internal role (protocol : Protocol.t ) f =
328
328
let parents = Parent. index protocol in
329
329
let line fmt = Fmt. pf f (" @," ^^ fmt) in
330
- line {| [@@@@@@ ocaml.warning " -27" ]| };
330
+ line {| [@@@@@@ ocaml.warning " -27-34 " ]| };
331
331
line " @[<v2>open struct" ;
332
332
line " @[<v2>module Imports = struct" ;
333
333
line " include %s_proto" (module_name protocol.name);
You can’t perform that action at this time.
0 commit comments