We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8692b08 commit 125ecbcCopy full SHA for 125ecbc
Makefile.test-suite.coq.local
@@ -9,7 +9,7 @@ output_for=`\
9
DIFF=\
10
@if [ -z "$$COQ_ELPI_ATTRIBUTES" ]; then \
11
echo OUTPUT DIFF $(1);\
12
- $(COQTOP) $(COQFLAGS) $(COQLIBS) -topfile $(1) \
+ $(COQTOP) $(COQFLAGS) $(COQLIBS) -w -deprecated-from-Coq -topfile $(1) \
13
< $(1) 2>&1 \
14
| sed 's/Coq < *//g' \
15
| sed 's/Rocq < *//g' \
0 commit comments