a3b3a20ac0
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".
|