Commit 8d42c07
David Hull
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()]1 parent 589c1b5 commit 8d42c07
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1701 | 1701 | | |
1702 | 1702 | | |
1703 | 1703 | | |
| 1704 | + | |
| 1705 | + | |
1704 | 1706 | | |
1705 | 1707 | | |
1706 | 1708 | | |
| |||
0 commit comments