Skip to content

Commit

Permalink
nowarn the export_all call.
Browse files Browse the repository at this point in the history
fixes basho#83

Signed-off-by: Randy Barlow <[email protected]>
  • Loading branch information
bowlofeggs committed Jun 13, 2018
1 parent 01a9922 commit 06cfd39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clique_usage.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

-ifdef(TEST).
-compile(export_all).
-compile(nowarn_export_all).
-include_lib("eunit/include/eunit.hrl").
-endif.

Expand Down

0 comments on commit 06cfd39

Please sign in to comment.