OTP 19 requires defaults in dialyzer
This commit is contained in:
parent
d866d7b5dc
commit
f55cbbeac3
6 changed files with 10 additions and 10 deletions
|
@ -50,7 +50,7 @@
|
|||
-record(state, {owner :: pid() | undefined,
|
||||
root_path :: string() | undefined,
|
||||
pending_deletions = dict:new(), % OTP 16 does not like type
|
||||
compression_method :: lz4|native
|
||||
compression_method = native :: lz4|native
|
||||
}).
|
||||
|
||||
%%%============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue