sqlite-erlang

Code pulled with git from git://github.com/ttyerl/sqlite-erlang.git with the last commit being 9ab70fc

These are Current warnings for sqlite-erlang.

dialyzer -n -q -Wno_improper_lists ebin
sqlite.erl:327: The return type {'ok',tuple(),integer()} in the specification of init/1 is not a subtype of 'ignore' | {'ok',_} | {'stop',_} | {'ok',_,'hibernate' | 'infinity' | non_neg_integer()}, which is the expected return type for the callback of gen_server behaviour
sqlite.erl:347: The specified type for the 2nd argument of handle_call/3 (pid()) is not a supertype of {pid(),_}, which is expected type for this argument in the callback of the gen_server behaviour
sqlite.erl:347: The return type {'noreply',tuple(),integer()} | {'reply',_,tuple(),integer()} in the specification of handle_call/3 is not a subtype of {'noreply',_} | {'noreply',_,'hibernate' | 'infinity' | non_neg_integer()} | {'reply',_,_} | {'stop',_,_} | {'reply',_,_,'hibernate' | 'infinity' | non_neg_integer()} | {'stop',_,_,_}, which is the expected return type for the callback of gen_server behaviour
sqlite.erl:398: The return type {'noreply',tuple(),integer()} in the specification of handle_cast/2 is not a subtype of {'noreply',_} | {'noreply',_,'hibernate' | 'infinity' | non_neg_integer()} | {'stop',_,_}, which is the expected return type for the callback of gen_server behaviour
sqlite.erl:410: The return type {'noreply',tuple(),integer()} in the specification of handle_info/2 is not a subtype of {'noreply',_} | {'noreply',_,'hibernate' | 'infinity' | non_neg_integer()} | {'stop',_,_}, which is the expected return type for the callback of gen_server behaviour