Proto: fix jbuild to remove spurious warnings when using Merlin
This commit is contained in:
parent
f53cb40915
commit
91479c1079
@ -44,7 +44,6 @@ let () = Format.kasprintf Jbuild_plugin.V1.send {|
|
|||||||
((name tezos_embedded_raw_protocol_%s)
|
((name tezos_embedded_raw_protocol_%s)
|
||||||
(public_name tezos-embedded-protocol-%s.raw)
|
(public_name tezos-embedded-protocol-%s.raw)
|
||||||
(libraries (tezos_embedded_protocol_environment_%s))
|
(libraries (tezos_embedded_protocol_environment_%s))
|
||||||
(flags (:standard))
|
|
||||||
(library_flags (:standard -linkall))
|
(library_flags (:standard -linkall))
|
||||||
(flags (:standard -nopervasives -nostdlib -safe-string
|
(flags (:standard -nopervasives -nostdlib -safe-string
|
||||||
-w +a-4-6-7-9-29-32-40..42-44-45-48
|
-w +a-4-6-7-9-29-32-40..42-44-45-48
|
||||||
@ -61,6 +60,8 @@ let () = Format.kasprintf Jbuild_plugin.V1.send {|
|
|||||||
(libraries (tezos_embedded_raw_protocol_%s
|
(libraries (tezos_embedded_raw_protocol_%s
|
||||||
tezos-protocol-updater
|
tezos-protocol-updater
|
||||||
tezos-protocol-environment-shell))
|
tezos-protocol-environment-shell))
|
||||||
|
(flags (:standard -w +a-4-6-7-9-29-32-40..42-44-45-48
|
||||||
|
-warn-error -a+8))
|
||||||
(modules (Registerer))))
|
(modules (Registerer))))
|
||||||
|}
|
|}
|
||||||
version version version version version version version version
|
version version version version version version version version
|
||||||
|
Loading…
Reference in New Issue
Block a user