Skip to content

Commit

Permalink
Disable unused hash warning on OCaml 5.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jun 12, 2023
1 parent e24cf47 commit d45824f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/weak/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
(modules stm_tests_hashset)
(package multicoretests)
(libraries qcheck-stm.sequential qcheck-stm.domain)
(flags (:standard -w -32)) ; disable unused hash warning on OCaml 5.1+
(action (run %{test} --verbose))
)

0 comments on commit d45824f

Please sign in to comment.