Skip to content

Commit

Permalink
Disable “hiding-demiting-key” warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Nov 21, 2023
1 parent 62481d8 commit cbb2ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
-arg -w -arg -notation-overridden
-arg -w -arg -redundant-canonical-projection
-arg -w -arg -projection-no-head-constant
-arg "-w -hiding-delimiting-key"

-R _build/default/src mathcomp.word
1 change: 1 addition & 0 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
(name mathcomp.word)
(package coq-mathcomp-word)
(flags -w -ambiguous-paths
-w -hiding-delimiting-key
-w -notation-overridden
-w -redundant-canonical-projection
-w -projection-no-head-constant))

0 comments on commit cbb2ecf

Please sign in to comment.