Posts: 1,939
Threads: 11
Joined: Oct 2015
Reputation:
0
the variable test is assigned a value i-1 but it is not used in your script
Posts: 1,222
Threads: 23
Joined: Jul 2009
Reputation:
0
It's literally what the warning tells you: You assign a value to 'test' (i-1), but you never use test. It's basically asking you if you meant to do something with test but forgot, or if you forgot to remove it.
Posts: 293
Threads: 29
Joined: May 2015
Reputation:
0
ignore this warning no problem if you will use it in future