gen-paxos

Code pulled with git from git://github.com/kevsmith/gen_paxos.git with the last commit being 63f6b5f

These are Current warnings for gen-paxos.

dialyzer -n -q -Wno_improper_lists ebin
paxos_fsm.erl:464: The inferred return type of code_change/4 ('ok') has nothing in common with {'ok',atom(),_}, which is the expected return type for the callback of gen_fsm behaviour
paxos_fsm.erl:470: The inferred return type of handle_info/3 ('ok') has nothing in common with {'next_state',atom(),_} | {'stop',_,_} | {'next_state',atom(),_,'hibernate' | 'infinity' | non_neg_integer()}, which is the expected return type for the callback of gen_fsm behaviour