Skip to content

Commit

Permalink
fix(libp2p_ipc/dune): update compiler flags to suppress warnings -53 …
Browse files Browse the repository at this point in the history
…to -55 to improve build output readability
  • Loading branch information
MartinMinkov committed Oct 4, 2023
1 parent 8319609 commit f17a572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libp2p_ipc/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name libp2p_ipc)
(public_name libp2p_ipc)
(flags -w -53)
(flags -w -53-55)
(inline_tests)
(libraries
;; opam libraries
Expand Down

0 comments on commit f17a572

Please sign in to comment.