summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/warnings/unused_variable.out
blob: b9b396847329b5c5a7a1aa5ca3adebdb696c7d02 (plain)
1
2
3
4
5
GDTEST_OK
>> WARNING
>> Line: 2
>> UNUSED_VARIABLE
>> The local variable "unused" is declared but never used in the block. If this is intended, prefix it with an underscore: "_unused".