Created
August 6, 2012 18:59
-
-
Save bookshelfdave/3277563 to your computer and use it in GitHub Desktop.
dip_1.2 Dialyzer warnings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1]R15B01:[dip_1.2]prime:~/basho/riak-erlang-client$ dialyzer -Wno_return --plt ~/.riak_combo_dialyzer_plt ebin | fgrep -v -f ./dialyzer.ignore-warnings | |
Checking whether the PLT /Users/dparfitt/.riak_combo_dialyzer_plt is up-to-date... no | |
Rebuilding the information in /Users/dparfitt/.riak_combo_dialyzer_plt... | |
Unknown functions: | |
riak_pb_codec:decode/2 | |
riak_pb_codec:decode_pair/1 | |
riak_pb_codec:encode/1 | |
riak_pb_kv_codec:decode_bucket_props/1 | |
riak_pb_kv_codec:decode_contents/1 | |
riak_pb_kv_codec:encode_bucket_props/1 | |
riak_pb_kv_codec:encode_content/1 | |
riak_pb_kv_codec:encode_quorum/1 | |
done in 0m7.85s | |
Proceeding with analysis... | |
Unknown functions: | |
riak_pb_codec:decode/2 | |
riak_pb_codec:decode_pair/1 | |
riak_pb_codec:encode/1 | |
riak_pb_kv_codec:decode_bucket_props/1 | |
riak_pb_kv_codec:decode_contents/1 | |
riak_pb_kv_codec:encode_bucket_props/1 | |
riak_pb_kv_codec:encode_content/1 | |
riak_pb_kv_codec:encode_quorum/1 | |
done in 0m6.66s | |
done (passed successfully) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment