summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/warnings/unused_variable.out
blob: 270e0e69c01b6f511991527c91b0d27e06214fe1 (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'