warning 225: unreachable code
#5

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
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.
Reply


Messages In This Thread
warning 225: unreachable code - by AnoTek - 02.07.2016, 23:06
Re: warning 225: unreachable code - by Golimad - 02.07.2016, 23:12
Re: warning 225: unreachable code - by DarkSkull - 03.07.2016, 00:22
Re: warning 225: unreachable code - by DTV - 03.07.2016, 00:57
Re: warning 225: unreachable code - by Nero_3D - 03.07.2016, 01:09
Re: warning 225: unreachable code - by DRIFT_HUNTER - 03.07.2016, 01:15

Forum Jump:


Users browsing this thread: 2 Guest(s)