Skip to content

Commit ed3e9d0

Browse files
authored
Merge pull request #53 from talex5/release
Prepare release
2 parents 9cf28c9 + 2784613 commit ed3e9d0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
# v2.1
210

311
- Add relative-pointer-v1 (@Mic92 #40).

scanner/generate.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ let pp_msg_handler_sig ~role ~iface ~pp_self f (msg : Message.t) =
327327
let make_wrappers ~opens ~internal role (protocol : Protocol.t) f =
328328
let parents = Parent.index protocol in
329329
let line fmt = Fmt.pf f ("@," ^^ fmt) in
330-
line {|[@@@@@@ocaml.warning "-27"]|};
330+
line {|[@@@@@@ocaml.warning "-27-34"]|};
331331
line "@[<v2>open struct";
332332
line "@[<v2>module Imports = struct";
333333
line "include %s_proto" (module_name protocol.name);

0 commit comments

Comments
 (0)