summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/warnings/unused_signal.out
blob: 39ddf91c7677270fd03253a2a7f8bf474eee3d99 (plain)
1
2
3
4
5
6
7
8
9
GDTEST_OK
>> WARNING
>> Line: 11
>> UNUSED_SIGNAL
>> The signal "used_with_dynamic_name" is declared but never explicitly used in the class.
>> WARNING
>> Line: 12
>> UNUSED_SIGNAL
>> The signal "just_unused" is declared but never explicitly used in the class.