Compiling with rebar3 on Erlang 20 I get the following warning:
===> Compiling src/riak_ensemble_test.erl failed
src/riak_ensemble_test.erl:21: export_all flag enabled - all functions will be exported
Builds fail when compiling with warnings_as_errors. Are there any plans to get rid of these errors?
Compiling with rebar3 on Erlang 20 I get the following warning:
Builds fail when compiling with
warnings_as_errors. Are there any plans to get rid of these errors?