diff options
| author | Cyril Cohen | 2021-03-18 01:26:51 +0100 |
|---|---|---|
| committer | GitHub | 2021-03-18 01:26:51 +0100 |
| commit | 8e859e628404c50c8191f30489abf4e799f46f8d (patch) | |
| tree | 83e9441ce6e93ec8c5f8e555607933919944abc1 | |
| parent | d47bdf349d9b6ba8ca6f2b1fe0089ea39dd4fbe3 (diff) | |
| parent | be445d437200da5765c972074dd0c0de68562adc (diff) | |
Merge pull request #707 from CohenCyril/ident_name_silence
Silencing warning deprecated-ident-entry
| -rw-r--r-- | mathcomp/Make | 1 | ||||
| -rw-r--r-- | mathcomp/_CoqProject | 1 | ||||
| -rw-r--r-- | mathcomp/algebra/Make | 1 | ||||
| -rw-r--r-- | mathcomp/character/Make | 1 | ||||
| -rw-r--r-- | mathcomp/field/Make | 1 | ||||
| -rw-r--r-- | mathcomp/fingroup/Make | 1 | ||||
| -rw-r--r-- | mathcomp/solvable/Make | 1 | ||||
| -rw-r--r-- | mathcomp/ssreflect/Make | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/mathcomp/Make b/mathcomp/Make index bdcd60f..bbc5d77 100644 --- a/mathcomp/Make +++ b/mathcomp/Make @@ -101,3 +101,4 @@ ssreflect/tuple.v -arg -w -arg +non-primitive-record -arg -w -arg +undeclared-scope -arg -w -arg -deprecated-hint-without-locality +-arg -w -arg -deprecated-ident-entry diff --git a/mathcomp/_CoqProject b/mathcomp/_CoqProject index 875e152..03ddd41 100644 --- a/mathcomp/_CoqProject +++ b/mathcomp/_CoqProject @@ -8,3 +8,4 @@ -arg -w -arg +non-primitive-record -arg -w -arg +undeclared-scope -arg -w -arg -deprecated-hint-without-locality +-arg -w -arg -deprecated-ident-entry diff --git a/mathcomp/algebra/Make b/mathcomp/algebra/Make index 68ea194..29663e8 100644 --- a/mathcomp/algebra/Make +++ b/mathcomp/algebra/Make @@ -27,3 +27,4 @@ zmodp.v -arg -w -arg -ambiguous-paths -arg -w -arg +undeclared-scope -arg -w -arg -deprecated-hint-without-locality +-arg -w -arg -deprecated-ident-entry diff --git a/mathcomp/character/Make b/mathcomp/character/Make index 77d4640..f0a1dff 100644 --- a/mathcomp/character/Make +++ b/mathcomp/character/Make @@ -16,3 +16,4 @@ vcharacter.v -arg -w -arg -ambiguous-paths -arg -w -arg +undeclared-scope -arg -w -arg -deprecated-hint-without-locality +-arg -w -arg -deprecated-ident-entry diff --git a/mathcomp/field/Make b/mathcomp/field/Make index cde04b3..4f69396 100644 --- a/mathcomp/field/Make +++ b/mathcomp/field/Make @@ -19,3 +19,4 @@ separable.v -arg -w -arg -ambiguous-paths -arg -w -arg +undeclared-scope -arg -w -arg -deprecated-hint-without-locality +-arg -w -arg -deprecated-ident-entry diff --git a/mathcomp/fingroup/Make b/mathcomp/fingroup/Make index 6c16e9a..4042cfc 100644 --- a/mathcomp/fingroup/Make +++ b/mathcomp/fingroup/Make @@ -17,3 +17,4 @@ quotient.v -arg -w -arg -ambiguous-paths -arg -w -arg +undeclared-scope -arg -w -arg -deprecated-hint-without-locality +-arg -w -arg -deprecated-ident-entry diff --git a/mathcomp/solvable/Make b/mathcomp/solvable/Make index 51f4fdf..37f96ee 100644 --- a/mathcomp/solvable/Make +++ b/mathcomp/solvable/Make @@ -28,3 +28,4 @@ sylow.v -arg -w -arg -ambiguous-paths -arg -w -arg +undeclared-scope -arg -w -arg -deprecated-hint-without-locality +-arg -w -arg -deprecated-ident-entry diff --git a/mathcomp/ssreflect/Make b/mathcomp/ssreflect/Make index 9174856..a5c3163 100644 --- a/mathcomp/ssreflect/Make +++ b/mathcomp/ssreflect/Make @@ -33,3 +33,4 @@ order.v -arg -w -arg +undeclared-scope -arg -w -arg -non-reversible-notation -arg -w -arg -deprecated-hint-without-locality +-arg -w -arg -deprecated-ident-entry |
