aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.extr
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-04-26 14:30:59 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2016-05-24 15:52:11 +0200
commit0a450d3e1d8a9e166e198381676b7e51b8b2f7bb (patch)
treee8f1ada6af476d394262b644a3c64600288d6b23 /Makefile.extr
parentfbaeaaec35da748db98a3cf9e405024024561426 (diff)
downloadcompcert-kvx-0a450d3e1d8a9e166e198381676b7e51b8b2f7bb.tar.gz
compcert-kvx-0a450d3e1d8a9e166e198381676b7e51b8b2f7bb.zip
Moved shared frontend code in own file.
Clightgen and CompCert share the code for preprocessing as well as parsing C files. The code as well as command line switches is moved in the new module Frontend. Bug 18768
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 30b439ca..faec34a6 100644
--- a/Makefile.extr
+++ b/Makefile.extr
@@ -38,7 +38,7 @@ INCLUDES=$(patsubst %,-I %, $(DIRS))
# warning 3 = deprecated feature. Turned off for OCaml 4.02 (bytes vs strings)
# warning 20 = unused function argument. There are some in extracted code
-WARNINGS=-w +a-3-4-9-27-29 -strict-sequence -safe-string -warn-error +a #Deprication returns with ocaml 4.03
+WARNINGS=-w +a-3-4-9-27 -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