Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
431c84d4
Commit
431c84d4
authored
Oct 01, 2015
by
Martin Clochard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ocaml warnings: Disable unattached documentation comment warning
parent
86f8d599
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Makefile.in
Makefile.in
+2
-1
No files found.
Makefile.in
View file @
431c84d4
...
...
@@ -81,12 +81,13 @@ INCLUDES = @ZIPINCLUDE@ @MENHIRINCLUDE@
# 41 Ambiguous constructor or label name.
# 44 Open statement shadows an already defined identifier.
# 45 Open statement shadows an already defined label or constructor.
# 50 Unexpected documentation comment.
# - fatal:
# 5 Partially applied function: expression whose result has function
# type and is ignored.
# 48 Implicit elimination of optional arguments.
WARNINGS
=
A-4-9-41-44-45@5@48
WARNINGS
=
A-4-9-41-44-45
-50
@5@48
OFLAGS
=
-w
$(WARNINGS)
-dtypes
-g
-I
lib/why3
$(INCLUDES)
BFLAGS
=
-w
$(WARNINGS)
-dtypes
-g
-I
lib/why3
$(INCLUDES)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment