use correct error for unused bind match, suppress with underscore
This commit is contained in:
parent
c0bf18e923
commit
3d61246bc4
3 changed files with 21 additions and 2 deletions
|
|
@ -0,0 +1,6 @@
|
|||
GDTEST_OK
|
||||
>> WARNING
|
||||
>> Line: 9
|
||||
>> UNUSED_VARIABLE
|
||||
>> The local variable 'value' is declared but never used in the block. If this is intended, prefix it with an underscore: '_value'
|
||||
value
|
||||
Loading…
Add table
Add a link
Reference in a new issue