Skip to content

Commit

Permalink
fix(libp2p_ipc/dune): update compiler flags to suppress warnings -53-55
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMinkov committed Oct 11, 2023
1 parent ee332bd commit 4f20eb6
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 (flags -verbose -show-counts))
(libraries
;; opam libraries
Expand Down

0 comments on commit 4f20eb6

Please sign in to comment.