diff options
| author | Cyril Cohen | 2021-03-12 00:07:05 +0100 |
|---|---|---|
| committer | GitHub | 2021-03-12 00:07:05 +0100 |
| commit | 63007afd537608e64dad3f754bb8d6986a042b17 (patch) | |
| tree | 83768d17bc87d1858d1bc1804a1f7baa72d8af94 /mathcomp | |
| parent | 04e28ceaaedd81fd1917f1a4d06c39d2f230ee74 (diff) | |
| parent | 081c7c29feb1f4c2e66331a88c273f802c9bc27c (diff) | |
Merge pull request #708 from CohenCyril/hint_locality_silence
Silencing Hint Locality warning
Diffstat (limited to 'mathcomp')
| -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 | 3 | ||||
| -rw-r--r-- | mathcomp/fingroup/Make | 3 | ||||
| -rw-r--r-- | mathcomp/solvable/Make | 3 | ||||
| -rw-r--r-- | mathcomp/ssreflect/Make | 3 |
8 files changed, 12 insertions, 4 deletions
diff --git a/mathcomp/Make b/mathcomp/Make index 0ef0b23..bdcd60f 100644 --- a/mathcomp/Make +++ b/mathcomp/Make @@ -100,3 +100,4 @@ ssreflect/tuple.v -arg -w -arg -ambiguous-paths -arg -w -arg +non-primitive-record -arg -w -arg +undeclared-scope +-arg -w -arg -deprecated-hint-without-locality diff --git a/mathcomp/_CoqProject b/mathcomp/_CoqProject index ca863b3..875e152 100644 --- a/mathcomp/_CoqProject +++ b/mathcomp/_CoqProject @@ -7,3 +7,4 @@ -arg -w -arg +duplicate-clear -arg -w -arg +non-primitive-record -arg -w -arg +undeclared-scope +-arg -w -arg -deprecated-hint-without-locality diff --git a/mathcomp/algebra/Make b/mathcomp/algebra/Make index 0d0629f..68ea194 100644 --- a/mathcomp/algebra/Make +++ b/mathcomp/algebra/Make @@ -26,3 +26,4 @@ zmodp.v -arg -w -arg +duplicate-clear -arg -w -arg -ambiguous-paths -arg -w -arg +undeclared-scope +-arg -w -arg -deprecated-hint-without-locality diff --git a/mathcomp/character/Make b/mathcomp/character/Make index b750b49..77d4640 100644 --- a/mathcomp/character/Make +++ b/mathcomp/character/Make @@ -15,3 +15,4 @@ vcharacter.v -arg -w -arg +duplicate-clear -arg -w -arg -ambiguous-paths -arg -w -arg +undeclared-scope +-arg -w -arg -deprecated-hint-without-locality diff --git a/mathcomp/field/Make b/mathcomp/field/Make index 93795e9..cde04b3 100644 --- a/mathcomp/field/Make +++ b/mathcomp/field/Make @@ -17,4 +17,5 @@ separable.v -arg -w -arg -notation-overridden -arg -w -arg +duplicate-clear -arg -w -arg -ambiguous-paths --arg -w -arg +undeclared-scope
\ No newline at end of file +-arg -w -arg +undeclared-scope +-arg -w -arg -deprecated-hint-without-locality diff --git a/mathcomp/fingroup/Make b/mathcomp/fingroup/Make index 0f25f14..6c16e9a 100644 --- a/mathcomp/fingroup/Make +++ b/mathcomp/fingroup/Make @@ -15,4 +15,5 @@ quotient.v -arg -w -arg -notation-overridden -arg -w -arg +duplicate-clear -arg -w -arg -ambiguous-paths --arg -w -arg +undeclared-scope
\ No newline at end of file +-arg -w -arg +undeclared-scope +-arg -w -arg -deprecated-hint-without-locality diff --git a/mathcomp/solvable/Make b/mathcomp/solvable/Make index 2f5aac3..51f4fdf 100644 --- a/mathcomp/solvable/Make +++ b/mathcomp/solvable/Make @@ -26,4 +26,5 @@ sylow.v -arg -w -arg -notation-overridden -arg -w -arg +duplicate-clear -arg -w -arg -ambiguous-paths --arg -w -arg +undeclared-scope
\ No newline at end of file +-arg -w -arg +undeclared-scope +-arg -w -arg -deprecated-hint-without-locality diff --git a/mathcomp/ssreflect/Make b/mathcomp/ssreflect/Make index b909046..9174856 100644 --- a/mathcomp/ssreflect/Make +++ b/mathcomp/ssreflect/Make @@ -31,4 +31,5 @@ order.v -arg -w -arg +duplicate-clear -arg -w -arg -ambiguous-paths -arg -w -arg +undeclared-scope --arg -w -arg -non-reversible-notation
\ No newline at end of file +-arg -w -arg -non-reversible-notation +-arg -w -arg -deprecated-hint-without-locality |
