We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f60ca1 commit 1fff01bCopy full SHA for 1fff01b
src/compilerlib/pb_codegen_all.ml
@@ -48,7 +48,7 @@ let new_ocaml_mod ~proto_file_options ~proto_file_name () : ocaml_mod =
48
in
49
50
(* write preludes *)
51
- F.line self.ml "[@@@ocaml.warning \"-27-30-39\"]";
+ F.line self.ml "[@@@ocaml.warning \"-27-30-39-44\"]";
52
F.empty_line self.ml;
53
print_ppx self.ml;
54
F.empty_line self.mli;
0 commit comments