From f4889eaf08d89b646a8e810778e0583b167179db Mon Sep 17 00:00:00 2001 From: skaller Date: Sun, 30 Oct 2022 08:50:38 +1100 Subject: [PATCH] Remove some warnings on Ocaml during fbuild. --- fbuildroot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fbuildroot.py b/fbuildroot.py index 8fabfab40..bb4049444 100644 --- a/fbuildroot.py +++ b/fbuildroot.py @@ -368,6 +368,7 @@ def config_host(ctx, build): ocamlc=ctx.options.host_ocamlc, ocamlopt=ctx.options.host_ocamlopt, flags=[ + '-w', '-26', '-w', '-20', '-w', '-21' #'-unsafe-string', #'-w', 'yzex', '-warn-error', 'FPSU' ],