Reports the parameters that are considered unused in the following cases:
- The parameter is passed by value, and the value is not used anywhere or is overwritten immediately.
- The parameter is passed by reference, and the reference is not used anywhere or is overwritten immediately.