22.06.2018, 07:35
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?
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?