Skip to content

Commit

Permalink
Merge branch 'dev' into coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d authored Oct 8, 2024
2 parents 88d81a3 + c1c0eba commit d38dc2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune-workspace
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
(lang dune 3.16)

; List of warning codes found at https://ocaml.org/manual/5.2/comp.html#s:comp-options
(env
(dev
(flags
(:standard -warn-error -A)))
(:standard -warn-error +A-26-27-K-58))) ; Disable some unused warnings.
(release
(flags
(:standard -warn-error +A-58))))

0 comments on commit d38dc2c

Please sign in to comment.