mirror of
https://github.com/godotengine/godot.git
synced 2025-10-23 18:03:35 +00:00

The warning message mentions that local constants prefixed with `_` does not generate the warning. This commit actually implements this warning suppression.
5 lines
191 B
Text
5 lines
191 B
Text
GDTEST_OK
|
|
>> WARNING
|
|
>> Line: 2
|
|
>> UNUSED_LOCAL_CONSTANT
|
|
>> The local constant "UNUSED" is declared but never used in the block. If this is intended, prefix it with an underscore: "_UNUSED".
|