Eliminate (void) cast on standalone function calls throughout.
This commit is contained in:
@ -193,7 +193,7 @@ check_iovec (const struct iovec *iov, int iovcnt, bool forwrite)
|
||||
else if (!forwrite)
|
||||
*p = dummytest (p);
|
||||
else
|
||||
(void) dummytest (p);
|
||||
dummytest (p);
|
||||
|
||||
iov++;
|
||||
iovcnt--;
|
||||
|
Reference in New Issue
Block a user