Skip to content

Commit

Permalink
Make it compile on Erlang/OTP 20
Browse files Browse the repository at this point in the history
Ignore the new warning introduced for modules using `export_all`.
  • Loading branch information
larshesel committed Jun 23, 2017
1 parent a26220e commit 11fb470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cuttlefish_unit.erl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-module(cuttlefish_unit).

-include_lib("eunit/include/eunit.hrl").
-compile(export_all).
-compile([nowarn_export_all, export_all]).

generate_templated_config(FileName, Conf, Context) ->
generate_templated_config(FileName, Conf, Context, {[], [], []}).
Expand Down

0 comments on commit 11fb470

Please sign in to comment.