aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssreflect
diff options
context:
space:
mode:
authorCyril Cohen2020-06-08 15:11:01 +0200
committerCyril Cohen2020-06-08 15:11:01 +0200
commitfe6a6d967a8613695fde95f1652a8fa56c4b5d28 (patch)
tree878928c5ccd5ec940ffde393a3ef6f1e2f7ee31d /mathcomp/ssreflect
parent6762000c7f109648c6793571125dcfdc13ff4731 (diff)
silencing warnings in individual packages
Diffstat (limited to 'mathcomp/ssreflect')
-rw-r--r--mathcomp/ssreflect/Make8
1 files changed, 8 insertions, 0 deletions
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