Skip to content

Commit

Permalink
Suppress warning 52
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent 630e397 commit ac30327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/test/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(library (name base_test)
(flags :standard -w -52)
(libraries base core_kernel.base_for_tests base_test_helpers caml sexplib
num expect_test_helpers_core stdio)
(preprocess (pps ppx_jane -dont-apply=pipebang)))
1 change: 1 addition & 0 deletions re2/src/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(library (name re2) (public_name re2)
(flags :standard -w -52)
(libraries core_kernel re2_c core_kernel.rope) (virtual_deps conf-g++)
(c_library_flags :standard -lstdc++ -lpthread) (cxx_names stubs)
(cxx_flags (:standard -x c++ \ -pedantic) (-I re2_c/libre2))
Expand Down

0 comments on commit ac30327

Please sign in to comment.