Inspectopedia
 
2024.3

Unused parameter

Warning
Code Style
Last modified: 03 December 2024

Reports unused function parameters.

We call the printAll function passing 42 and bird as arguments. The printAll function accepts two parameters int and string but uses only the first of them. Therefore, the s string is grayed out.