Explorar el Código

drop warnings for `export_all` in test profile

pull/1585/head
alisdair sullivan hace 7 años
cometido por GitHub
padre
commit
36c2564350
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config Ver fichero

@ -39,7 +39,7 @@
%% Profiles
{profiles, [{test, [
{deps, [{meck, "0.8.7"}]},
{erl_opts, [debug_info]}
{erl_opts, [debug_info, nowarn_export_all]}
]
},

Cargando…
Cancelar
Guardar