Skip to content
Snippets Groups Projects
Commit 2337b126 authored by Ralf Jung's avatar Ralf Jung
Browse files

comment why warnings got disabled

parent a8997c80
No related branches found
No related tags found
No related merge requests found
-Q theories lrust
-arg -w -arg -notation-overridden,-redundant-canonical-projection,-projection-no-head-constant,-several-object-files,-convert_concl_no_check
# We sometimes want to locally override notation and there is no good way to do that with scopes.
-arg -w -arg -notation-overridden
# non-canonical projections (https://github.com/coq/coq/pull/10076) do not exist yet in 8.9.
-arg -w -arg -redundant-canonical-projection
# change_no_check does not exist yet in 8.9.
-arg -w -arg -convert_concl_no_check
theories/lifetime/model/boxes.v
theories/lifetime/model/definitions.v
theories/lifetime/model/faking.v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment