Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Software
COOL
Commits
fe20a9b4
Commit
fe20a9b4
authored
Jun 16, 2022
by
Simon Prucker
Browse files
changed dune files for ignoring deprecation warnings for streams
parent
8a8efdfa
Changes
3
Hide whitespace changes
Inline
Side-by-side
dune
View file @
fe20a9b4
...
...
@@ -5,4 +5,4 @@
;; 32: unmatched values warnings are sometimes intentional
(env
(dev
(flags (:standard -w -6-8-24-32))))
\ No newline at end of file
(flags (:standard -w -6-8-24-32 -alert -all--all))))
lib/dune
View file @
fe20a9b4
...
...
@@ -5,4 +5,4 @@
;; 32: unmatched values warnings are sometimes intentional
(env
(dev
(flags (:standard -w -6-8-24-32))))
\ No newline at end of file
(flags (:standard -w -6-8-24-32 -alert -all--all))))
\ No newline at end of file
src/exes/dune
View file @
fe20a9b4
...
...
@@ -5,6 +5,6 @@
;; 32: unmatched values warnings are sometimes intentional
(env
(dev
(flags (:standard -w -6-8-24-32)))
(flags (:standard -w -6-8-24-32
-alert -all--all
)))
(static
(ocamlopt_flags (:standard -ccopt -static))))
\ No newline at end of file
Write
Preview
Supports
Markdown
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