6.6.4.1.26 -Wunused-value
Warn whenever a statement computes a result that is explicitly not used. To suppress this warning, cast the expression to void.
Warn whenever a statement computes a result that is explicitly not used. To suppress this warning, cast the expression to void.