Skip to content

Commit

Permalink
Remove errors-as-warnings flag.
Browse files Browse the repository at this point in the history
Fix R17 issue with gb_tree() type.
Issue #15
  • Loading branch information
mworrell committed Jun 2, 2014
1 parent 8081790 commit 0f7ccb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion include/wm_reqdata.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
max_recv_body :: pos_integer(),
req_cookie :: string(),
req_qs :: string(),
req_headers :: gb_tree(), %% mochiheaders
req_headers :: wm_gb_tree(), %% mochiheaders
req_body,
resp_redirect :: boolean(),
resp_headers,
Expand Down
1 change: 0 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
%%-*- mode: erlang -*-
{erl_opts, [
warnings_as_errors,
{platform_define, "^[0-9]+", namespaced_dicts}
]}.
{cover_enabled, true}.
Expand Down

0 comments on commit 0f7ccb1

Please sign in to comment.