Skip to content

Commit

Permalink
Readd warnings failing build in dev but exclude some unused warnings (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus- authored Oct 4, 2024
2 parents 35629e9 + 3e79efc commit c1c0eba
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 c1c0eba

Please sign in to comment.