Skip to content

Commit

Permalink
Re-enable warning 9 (Missing fields in a record pattern)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysxia committed Jun 25, 2024
1 parent fc67c2d commit 959f1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name quickchick_plugin)
(public_name coq-quickchick.plugin)
(flags :standard -rectypes -warn-error -3 -w -8-9-27+40)
(flags :standard -rectypes -warn-error -3 -w -8-27+40)
(modules :standard \ genSTCorrect genSizedSTMonotonic genSizedSTSizeMonotonic)
(libraries unix str
(select void_for_linking-plugin-extraction from
Expand Down

0 comments on commit 959f1e0

Please sign in to comment.