Skip to content

Commit 27839f7

Browse files
authored
Fix warnings in build config files (#2258)
1 parent 2d2a5da commit 27839f7

File tree

5 files changed

+11
-14
lines changed

5 files changed

+11
-14
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
(library
2+
(name ReasonCmdliner)
3+
(public_name reason.cmdliner)
4+
(wrapped false)
5+
(flags :standard -w -3-27-32-35-50))

src/reason-parser/vendor/cmdliner/jbuild

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
(library
2+
(name ReasonEasyFormat)
3+
(public_name reason.easy_format)
4+
(wrapped false)
5+
(flags (:standard -w -9-27)))

src/reason-parser/vendor/easy_format/jbuild

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/rtop/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
(public_name rtop)
99
(modules reason_util reason_utop reason_toploop)
1010
(wrapped false)
11-
(libraries menhirLib reason.easy_format reason utop ocaml-migrate-parsetree))
11+
(libraries compiler-libs.common menhirLib reason.easy_format reason utop ocaml-migrate-parsetree))
1212

1313
(executable
1414
(name rtop)

0 commit comments

Comments
 (0)