Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable some dialyzer warnings in riakc_pb_socket:process_response/3.
Dialzyer produces errors such as the following because the code checks for fields containing `undefined` when the spec does not allow it. riakc_pb_socket.erl:1786: The pattern 'undefined' can never match the type [binary()]
- Loading branch information