Skip to content

Commit 1fff01b

Browse files
committed
silence warning 44 in generated code
1 parent 4f60ca1 commit 1fff01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compilerlib/pb_codegen_all.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let new_ocaml_mod ~proto_file_options ~proto_file_name () : ocaml_mod =
4848
in
4949

5050
(* write preludes *)
51-
F.line self.ml "[@@@ocaml.warning \"-27-30-39\"]";
51+
F.line self.ml "[@@@ocaml.warning \"-27-30-39-44\"]";
5252
F.empty_line self.ml;
5353
print_ppx self.ml;
5454
F.empty_line self.mli;

0 commit comments

Comments
 (0)