Skip to content

Commit 5c4861b

Browse files
committed
Use %{dune-warnings} in Dune itself
Signed-off-by: Nicolás Ojeda Bär <n.oje.bar@gmail.com>
1 parent 6563f88 commit 5c4861b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dune-file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
(env
4848
(_
49-
(flags :standard -alert -unstable)
49+
(flags :standard %{dune-warnings} -alert -unstable)
5050
(env-vars
5151
; Workaround for #6607
5252
(CLICOLOR_FORCE 0))))

0 commit comments

Comments
 (0)