Skip to content

Commit

Permalink
Erlang R16B03 -> 20.3: -compile(nowarn_export_all)
Browse files Browse the repository at this point in the history
Change-Id: I3e2a6ad83e7cdfd5d8b1a0984871355551421cf4
Reviewed-on: http://review.couchbase.org/93398
Reviewed-by: Jeelan Basha Poola <jeelan.poola@couchbase.com>
Tested-by: Timofey Barmin <timofey.barmin@couchbase.com>
  • Loading branch information
timofey-barmin committed May 1, 2018
1 parent 7099bfc commit 263b2ce
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions gc-couchdb/src/couch_spatial_updater.erl
Expand Up @@ -13,6 +13,7 @@
-module(couch_spatial_updater).

-ifdef(makecheck).
-compile(nowarn_export_all).
-compile(export_all).
-endif.

Expand Down
1 change: 1 addition & 0 deletions vtree/src/vtree_choose.erl
Expand Up @@ -22,6 +22,7 @@
-export([choose_subtree/3]).

-ifdef(makecheck).
-compile(nowarn_export_all).
-compile(export_all).
-endif.

Expand Down
1 change: 1 addition & 0 deletions vtree/src/vtree_cleanup.erl
Expand Up @@ -18,6 +18,7 @@
-export([cleanup/2]).

-ifdef(makecheck).
-compile(nowarn_export_all).
-compile(export_all).
-endif.

Expand Down
1 change: 1 addition & 0 deletions vtree/src/vtree_delete.erl
Expand Up @@ -18,6 +18,7 @@
-export([delete/2]).

-ifdef(makecheck).
-compile(nowarn_export_all).
-compile(export_all).
-endif.

Expand Down
1 change: 1 addition & 0 deletions vtree/src/vtree_insert.erl
Expand Up @@ -18,6 +18,7 @@
-export([insert/2]).

-ifdef(makecheck).
-compile(nowarn_export_all).
-compile(export_all).
-endif.

Expand Down
1 change: 1 addition & 0 deletions vtree/src/vtree_io.erl
Expand Up @@ -29,6 +29,7 @@
-export([decode_dups/1]).

-ifdef(makecheck).
-compile(nowarn_export_all).
-compile(export_all).
-endif.

Expand Down
1 change: 1 addition & 0 deletions vtree/src/vtree_modify.erl
Expand Up @@ -45,6 +45,7 @@
get_overflowing_subset/2]).

-ifdef(makecheck).
-compile(nowarn_export_all).
-compile(export_all).
-endif.

Expand Down
1 change: 1 addition & 0 deletions vtree/src/vtree_search.erl
Expand Up @@ -22,6 +22,7 @@
-export([search/4, all/3, count_search/2, count_all/1]).

-ifdef(makecheck).
-compile(nowarn_export_all).
-compile(export_all).
-endif.

Expand Down
1 change: 1 addition & 0 deletions vtree/src/vtree_split.erl
Expand Up @@ -24,6 +24,7 @@
-export([split_inner/5, split_leaf/5]).

-ifdef(makecheck).
-compile(nowarn_export_all).
-compile(export_all).
-endif.

Expand Down

0 comments on commit 263b2ce

Please sign in to comment.