03.07.2016, 01:09
The given code won't case that warning if you try to compile it
You are probably looking at the wrong code
Also try to lookup the warning in pawn-lang.pdf
You are probably looking at the wrong code
Also try to lookup the warning in pawn-lang.pdf
Quote:
Originally Posted by pawn-lang.pdf
225 unreachable code: The indicated code will never run, because an instruction before (above) it causes a jump out of the function, out of a loop or elsewhere. Look for return, break, continue and goto instructions above the indicated line. Unreachable code can also be caused by an endless loop above the indicated line.
|