Bug #8392
Do not cast the return value of xdr_free()
Start date:
2017-06-14
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The xdr_free()
function returns void
so we do not need to cast its return value using the cast operator (void)
.
Updated by Electric Monk over 3 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit a17ce84520dc4e972c913e0fa1d1545ddd22b55e
commit a17ce84520dc4e972c913e0fa1d1545ddd22b55e Author: Marcel Telka <marcel@telka.sk> Date: 2017-06-19T17:09:11.000Z 8392 Do not cast the return value of xdr_free() Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>