Skip to content

Commit

Permalink
Remove some warnings on Ocaml during fbuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
skaller committed Oct 29, 2022
1 parent 39909a5 commit f4889ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fbuildroot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
Expand Down

0 comments on commit f4889ea

Please sign in to comment.