diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-11-04 21:49:23 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-11-04 21:49:23 +0100 |
commit | dbe1c884894a657be6f5a8826148937e005152c2 (patch) | |
tree | c523efc63c6445d645ab6ee81f92b2adf993baac /rebar.config | |
parent | d4e423f09dd9361d0e5612f30b224ef21362c8a9 (diff) |
IPA client: make sure set_link_state is called with proper type
caught by dialyzer
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index e6f23ee..498d3d4 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,4 @@ +{erl_opts, [debug_info]}. {sub_dirs, ["rel"]}. {deps, [ {epcap, "0.03", {git, "git://git.osmocom.org/erlang/epcap", "master"}} |