Skip to content
Snippets Groups Projects
Commit dae07f2a authored by François Bobot's avatar François Bobot
Browse files

reoder the error case

parent cd76d043
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ INCLUDES = @WHY3INCLUDE@ @ZIPINCLUDE@ @MENHIRINCLUDE@ @NUMINCLUDE@ ...@@ -96,7 +96,7 @@ INCLUDES = @WHY3INCLUDE@ @ZIPINCLUDE@ @MENHIRINCLUDE@ @NUMINCLUDE@
# 48 Implicit elimination of optional arguments. # 48 Implicit elimination of optional arguments.
# 8 Partial match: missing cases in pattern-matching. # 8 Partial match: missing cases in pattern-matching.
WARNINGS = A-4-9-41-44-45-50-52@5@48@8 WARNINGS = A-4-9-41-44-45-50-52@5@8@48
OFLAGS = -w $(WARNINGS) -safe-string -keep-locs -bin-annot -dtypes -g $(INCLUDES) OFLAGS = -w $(WARNINGS) -safe-string -keep-locs -bin-annot -dtypes -g $(INCLUDES)
BFLAGS = -w $(WARNINGS) -safe-string -keep-locs -bin-annot -dtypes -g $(INCLUDES) BFLAGS = -w $(WARNINGS) -safe-string -keep-locs -bin-annot -dtypes -g $(INCLUDES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment