1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00
Files
godot/modules/gdscript/tests/scripts/analyzer/warnings/unused_signal.out
2024-09-17 08:57:43 +02:00

10 lines
261 B
Plaintext

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.