Closed raghavkarol closed 7 years ago
rkarol/fix-dialyzer-error 5835b43 | :arrow_right: | develop 8cecaba | :white_check_mark: completed |
> Started at: 2016-12-28 15:00 > Duration: 1 seconds. > Result: OK > Message: Merge Success: rkarol/fix-dialyzer-error 5835b430c37e61a872a20d124d1c884f2e6b56bc onto target branch: develop 8cecabaeeefa41ce6992a9b529fa8fe4e3b03ab4 > Exit Code: OK > :page_facing_up:
``` Updating 8cecaba..5835b43 Fast-forward (no commit created; -m option ignored) src/riak_api_pb_server.erl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ``` --------------------------------------------------Thank you, it would have taken me much longer to figure that out, if I ever would have.
Dialyzer sees the tuple
{rpberrorresp, Message, 0}
as the#rpberrorresp{}
which is declared asSo, it gives a warning when the type of
Message
in the tuple above is notbinary()
.