Skip to content

Commit

Permalink
Removed warnings_as_errors because gen_statem
Browse files Browse the repository at this point in the history
  • Loading branch information
joedevivo committed Jun 28, 2017
1 parent 52b3853 commit 185c009
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 ft=erlang et
{erl_opts, [
warnings_as_errors,
%% Until the inevitable gen_statem migration
%% warnings_as_errors,
{parse_transform, lager_transform},
debug_info
]}.
Expand Down

0 comments on commit 185c009

Please sign in to comment.