Skip to content

Commit

Permalink
Drop warnings_as_errors compile flag
Browse files Browse the repository at this point in the history
There are few expected warnings from Erlang 27 compiler for `format_status/2`
callback which prevents the compilation from completing.
  • Loading branch information
nickva committed May 22, 2024
1 parent a62d4a6 commit de0858d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{erl_opts, [
debug_info,
warnings_as_errors,
warn_unused_vars,
nowarn_shadow_vars,
warn_unused_import,
Expand Down

0 comments on commit de0858d

Please sign in to comment.