aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e71dde6c..1a468acf 100644
--- a/Makefile
+++ b/Makefile
@@ -193,8 +193,11 @@ endif
proof: $(FILES:.v=.vo)
-# Turn off some warnings for compiling Flocq
-flocq/%.vo: COQCOPTS+=-w -compatibility-notation
+# Turn off some warnings for Flocq and Menhirlib
+# These warnings can only be addressed upstream
+
+flocq/%.vo: COQCOPTS+=-w -deprecated-syntactic-definition
+MenhirLib/%.vo: COQCOPTS+=-w -deprecated-syntactic-definition
extraction: extraction/STAMP