aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Cohen2020-06-08 15:11:01 +0200
committerCyril Cohen2020-06-08 15:11:01 +0200
commitfe6a6d967a8613695fde95f1652a8fa56c4b5d28 (patch)
tree878928c5ccd5ec940ffde393a3ef6f1e2f7ee31d
parent6762000c7f109648c6793571125dcfdc13ff4731 (diff)
silencing warnings in individual packages
-rw-r--r--mathcomp/algebra/Make7
-rw-r--r--mathcomp/character/Make7
-rw-r--r--mathcomp/field/Make7
-rw-r--r--mathcomp/fingroup/Make7
-rw-r--r--mathcomp/solvable/Make7
-rw-r--r--mathcomp/ssreflect/Make8
6 files changed, 43 insertions, 0 deletions
diff --git a/mathcomp/algebra/Make b/mathcomp/algebra/Make
index b3001f9..dd1acef 100644
--- a/mathcomp/algebra/Make
+++ b/mathcomp/algebra/Make
@@ -19,3 +19,10 @@ vector.v
zmodp.v
-R . mathcomp.algebra
+
+-arg -w -arg -projection-no-head-constant
+-arg -w -arg -redundant-canonical-projection
+-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
diff --git a/mathcomp/character/Make b/mathcomp/character/Make
index 44f2660..deccc50 100644
--- a/mathcomp/character/Make
+++ b/mathcomp/character/Make
@@ -8,3 +8,10 @@ mxrepresentation.v
vcharacter.v
-R . mathcomp.character
+
+-arg -w -arg -projection-no-head-constant
+-arg -w -arg -redundant-canonical-projection
+-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
diff --git a/mathcomp/field/Make b/mathcomp/field/Make
index b7c3f13..cc0cd90 100644
--- a/mathcomp/field/Make
+++ b/mathcomp/field/Make
@@ -11,3 +11,10 @@ galois.v
separable.v
-R . mathcomp.field
+
+-arg -w -arg -projection-no-head-constant
+-arg -w -arg -redundant-canonical-projection
+-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
diff --git a/mathcomp/fingroup/Make b/mathcomp/fingroup/Make
index 90d7618..7f6b822 100644
--- a/mathcomp/fingroup/Make
+++ b/mathcomp/fingroup/Make
@@ -9,3 +9,10 @@ presentation.v
quotient.v
-R . mathcomp.fingroup
+
+-arg -w -arg -projection-no-head-constant
+-arg -w -arg -redundant-canonical-projection
+-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
diff --git a/mathcomp/solvable/Make b/mathcomp/solvable/Make
index d89d213..6101659 100644
--- a/mathcomp/solvable/Make
+++ b/mathcomp/solvable/Make
@@ -20,3 +20,10 @@ primitive_action.v
sylow.v
-R . mathcomp.solvable
+
+-arg -w -arg -projection-no-head-constant
+-arg -w -arg -redundant-canonical-projection
+-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
diff --git a/mathcomp/ssreflect/Make b/mathcomp/ssreflect/Make
index f8c640d..b5e2038 100644
--- a/mathcomp/ssreflect/Make
+++ b/mathcomp/ssreflect/Make
@@ -24,3 +24,11 @@ order.v
-I .
-R . mathcomp.ssreflect
+
+-arg -w -arg -projection-no-head-constant
+-arg -w -arg -redundant-canonical-projection
+-arg -w -arg -notation-overridden
+-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