eswf

Code pulled with git from git://github.com/mochi/eswf.git with the last commit being 236850f

These are Current warnings for eswf.

dialyzer -n -q -Wno_improper_lists ebin
eswf.erl:30: The pattern 0 can never match the type 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
eswf_abc.erl:167: The pattern <Type, _Binary> can never match since previous clauses completely covered the type <'d64' | 's24' | 's32' | 'u16' | 'u30' | 'u32' | 'u8',{_,non_neg_integer()}>
eswf_amf.erl:157: Call to missing or unexported function eswf_amf3:to_amf3/1
eswf_decode.erl:2: Undefined callback function handle_info/2 (behaviour 'gen_server')
eswf_decode.erl:10: Function init/1 has no local return
eswf_decode.erl:11: Guard test fun((_) -> {fun((_) -> any()),'eof' | binary()}) =:= Reader::binary() | [atom() | [any()] | char()] | {'file',_} | {'inflate',_} can never succeed
eswf_decode.erl:23: Function terminate/2 will never be called