diff options
| author | Cyril Cohen | 2020-06-08 16:48:05 +0200 |
|---|---|---|
| committer | GitHub | 2020-06-08 16:48:05 +0200 |
| commit | ed58f3059881b6179ec36448d7d4f6d74030b686 (patch) | |
| tree | 9ec872f2a484c6cb3f933ce76a98525f6e63f697 /mathcomp/ssreflect | |
| parent | 3c425a6e57f655de48d7a5a2bc0e9f91bb3e2c9a (diff) | |
| parent | fe6a6d967a8613695fde95f1652a8fa56c4b5d28 (diff) | |
Merge pull request #528 from CohenCyril/silence_warnings
silencing warnings in individual packages
Diffstat (limited to 'mathcomp/ssreflect')
| -rw-r--r-- | mathcomp/ssreflect/Make | 8 |
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 |
