Commit c3f2979
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 c3f2979
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
185 | 189 | | |
186 | 190 | | |
187 | 191 | | |
| |||
0 commit comments