godot/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.

3 lines
190 B
Text
Raw Normal View History

GDTEST_OK
~~ WARNING at 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".