mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix dialyzer warning
This commit is contained in:
parent
da7fe59834
commit
84ee724aa3
@ -34,14 +34,14 @@
|
|||||||
format_query :: fun(),
|
format_query :: fun(),
|
||||||
format_res :: fun(),
|
format_res :: fun(),
|
||||||
args :: fun(),
|
args :: fun(),
|
||||||
flags :: pos_integer(),
|
flags :: non_neg_integer(),
|
||||||
loc :: {module(), pos_integer()}}).
|
loc :: {module(), pos_integer()}}).
|
||||||
-else.
|
-else.
|
||||||
-record(sql_query, {hash :: binary(),
|
-record(sql_query, {hash :: binary(),
|
||||||
format_query :: fun(),
|
format_query :: fun(),
|
||||||
format_res :: fun(),
|
format_res :: fun(),
|
||||||
args :: fun(),
|
args :: fun(),
|
||||||
flags :: pos_integer(),
|
flags :: non_neg_integer(),
|
||||||
loc :: {module(), {pos_integer(), pos_integer()}}}).
|
loc :: {module(), {pos_integer(), pos_integer()}}}).
|
||||||
-endif.
|
-endif.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user