Merge pull request #69 from okeuday/master

Allow Erlang/OTP 19.0 to compile.
This commit is contained in:
UENISHI Kota 2016-05-19 11:51:28 +09:00
commit f97d93ec80

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]}.
%%, {parse_transform, eqc_cover}]}.