Skip to content

Commit

Permalink
silence warning 44 in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 7, 2024
1 parent 4f60ca1 commit 1fff01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compilerlib/pb_codegen_all.ml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let new_ocaml_mod ~proto_file_options ~proto_file_name () : ocaml_mod =
in

(* write preludes *)
F.line self.ml "[@@@ocaml.warning \"-27-30-39\"]";
F.line self.ml "[@@@ocaml.warning \"-27-30-39-44\"]";
F.empty_line self.ml;
print_ppx self.ml;
F.empty_line self.mli;
Expand Down

0 comments on commit 1fff01b

Please sign in to comment.