From 1fff01becd9bc6e1dd686f7ae31840bbe82751c4 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 7 Feb 2024 13:07:58 -0500 Subject: [PATCH] silence warning 44 in generated code --- src/compilerlib/pb_codegen_all.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compilerlib/pb_codegen_all.ml b/src/compilerlib/pb_codegen_all.ml index 0a0de529..75749c03 100644 --- a/src/compilerlib/pb_codegen_all.ml +++ b/src/compilerlib/pb_codegen_all.ml @@ -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;