5 warnings << unreachable code / warning variable
#2

warning 219: local variable "time" shadows a variable at a preceding level

This means you have a global or semi-global(idk how to say it) variable named "time". Just rename your variable.

Unreachable code, this means that the code will never be executed, are you using `return` just above the code?
Reply


Messages In This Thread
5 warnings << unreachable code / warning variable - by DavidGravelli - 21.06.2018, 17:45
Re: 5 warnings << unreachable code / warning variable - by coool - 22.06.2018, 07:35

Forum Jump:


Users browsing this thread: 1 Guest(s)