handle deprecated pre-defined types for 17.0 and later

This commit is contained in:
Tristan Sloughter 2014-04-22 10:32:44 -05:00
parent 4c97d4a962
commit 523a66ad74
3 changed files with 21 additions and 1 deletions

View file

@ -9,7 +9,8 @@
%% Compiler Options ============================================================
{erl_opts,
[debug_info,
[{platform_define, "^[0-9]+", namespaced_types},
debug_info,
warnings_as_errors]}.
%% EUnit =======================================================================