godot/modules/gdscript/tests/scripts/analyzer/warnings/lambda_unused_arg.out

6 lines
173 B
Plaintext

GDTEST_OK
>> WARNING
>> Line: 2
>> UNUSED_PARAMETER
>> The parameter 'unused' is never used in the function ''. If this is intended, prefix it with an underscore: '_unused'