virtualx-engine/modules/gdscript/tests/scripts/analyzer/warnings/lambda_unused_arg.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
194 B
Text
Raw Normal View History

GDTEST_OK
>> WARNING
>> Line: 2
>> UNUSED_PARAMETER
>> The parameter "unused" is never used in the function "<anonymous lambda>()". If this is intended, prefix it with an underscore: "_unused".