Merge pull request #146 from michaelklishin/patch-1

Avoid a warning on Erlang/OTP 24
This commit is contained in:
Tristan Sloughter 2021-01-04 09:53:24 -07:00 committed by GitHub
commit 45d79af620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,9 @@
%%% use this to talk to the users if you are wrting code for the system
-module(ec_cmd_log).
%% Avoid clashing with `error/3` BIF added in Erlang/OTP 24
-compile({no_auto_import,[error/3]}).
-export([new/1,
new/2,
new/3,