Allow Erlang/OTP 19.0 to compile.

This commit is contained in:
Michael Truog 2016-05-18 13:40:51 -07:00
parent 00ccc300fb
commit 3fcb204e41

View File

@ -1,4 +1,4 @@
{require_otp_vsn, "17|18"}. {require_otp_vsn, "17|18|19"}.
{erl_opts, [fail_on_warning, debug_info, warn_untyped_record]}. {erl_opts, [fail_on_warning, debug_info, warn_untyped_record]}.
%%, {parse_transform, eqc_cover}]}. %%, {parse_transform, eqc_cover}]}.