forked from math-comp/math-comp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_CoqProject
22 lines (21 loc) · 860 Bytes
/
_CoqProject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
-I .
-R . mathcomp
# Warnings set as error to avoid (re)introducing them
-arg -w -arg +duplicate-clear
-arg -w -arg +non-primitive-record
-arg -w -arg +undeclared-scope
-arg -w -arg +deprecated-hint-rewrite-without-locality
# Warnings we don't really know how to handle
-arg -w -arg -projection-no-head-constant
-arg -w -arg -redundant-canonical-projection
-arg -w -arg -notation-overridden
-arg -w -arg -elpi.add-const-for-axiom-or-sectionvar
# handle the two following one when requiring Coq >= 8.20
-arg -w -arg -closed-notation-not-level-0
-arg -w -arg -postfix-notation-not-level-1
# handle the following one when requiring Rocq >= 9.0
-arg -w -arg -deprecated-from-Coq
# remove this one when requiring Rocq >= 9.0
-arg -w -arg -overwriting-delimiting-key
# introduced in MathComp 2.4.0, to be removed in a few versions
-arg -w -arg -mathcomp-subset-itv