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

fix or silence 8.20 warnings

parent c8d73bf6
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
-arg -w -arg -unknown-warning -arg -w -arg -unknown-warning
# Fixing this one requires Coq 8.19 # Fixing this one requires Coq 8.19
-arg -w -arg -argument-scope-delimiter -arg -w -arg -argument-scope-delimiter
# https://gitlab.mpi-sws.org/iris/stdpp/-/issues/216
-arg -w -arg -notation-incompatible-prefix
iris/prelude/options.v iris/prelude/options.v
iris/prelude/prelude.v iris/prelude/prelude.v
......
...@@ -33,7 +33,7 @@ which successfully undergoes automatic left-factoring. *) ...@@ -33,7 +33,7 @@ which successfully undergoes automatic left-factoring. *)
(** * BI connectives *) (** * BI connectives *)
Reserved Notation "'emp'". Reserved Notation "'emp'".
Reserved Notation "'⌜' φ '⌝'" (at level 1, φ at level 200, format "⌜ φ ⌝"). Reserved Notation "'⌜' φ '⌝'" (at level 0, φ at level 200, format "⌜ φ ⌝").
Reserved Notation "P ∗ Q" (at level 80, right associativity, format "P ∗ '/' Q"). Reserved Notation "P ∗ Q" (at level 80, right associativity, format "P ∗ '/' Q").
Reserved Notation "P -∗ Q" Reserved Notation "P -∗ Q"
(at level 99, Q at level 200, right associativity, (at level 99, Q at level 200, right associativity,
......
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