aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b3b7a124..48648a0a 100644
--- a/Makefile
+++ b/Makefile
@@ -44,9 +44,6 @@ endif
# Notes on silenced Coq warnings:
#
-# undeclared-scope:
-# warning introduced in 8.12
-# suggested change (use `Declare Scope`) supported since 8.12
# unused-pattern-matching-variable:
# warning introduced in 8.13
# the code rewrite that avoids the warning is not desirable
@@ -58,7 +55,6 @@ endif
# triggered by Menhir-generated files, to be solved upstream in Menhir
COQCOPTS ?= \
- -w -undeclared-scope \
-w -unused-pattern-matching-variable \
-w -deprecated-ident-entry