aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.extr
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-01-08 11:27:27 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-01-08 11:27:27 +0100
commitbd476e121dae0b89c5e740753fbce1f0f46180f9 (patch)
tree0043f8c1f5cb73a4e3836de806479a701393f62e /Makefile.extr
parentbc5f8909e299163b7daa7f363c84f1e3524ff270 (diff)
downloadcompcert-kvx-bd476e121dae0b89c5e740753fbce1f0f46180f9.tar.gz
compcert-kvx-bd476e121dae0b89c5e740753fbce1f0f46180f9.zip
Removed warning 42 from OCaml
CompCert does not support OCaml version <= 4.00
Diffstat (limited to 'Makefile.extr')
-rw-r--r--Makefile.extr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.extr b/Makefile.extr
index a1c2ef7c..3da757cf 100644
--- a/Makefile.extr
+++ b/Makefile.extr
@@ -49,7 +49,7 @@ INCLUDES=$(patsubst %,-I %, $(DIRS))
# Control of warnings:
-WARNINGS=-w +a-4-9-27 -strict-sequence -safe-string -warn-error +a #Deprication returns with ocaml 4.03
+WARNINGS=-w +a-4-9-27-42 -strict-sequence -safe-string -warn-error +a #Deprication returns with ocaml 4.03
extraction/%.cmx: WARNINGS +=-w -20-27-32..34-39-41-44..45
extraction/%.cmo: WARNINGS +=-w -20-27-32..34-39-41-44..45
cparser/pre_parser.cmx: WARNINGS += -w -41