warning 225: unreachable code
#2

This
pawn Код:
if(SBizzInfo[i][sbProducts] == 0)
                {
                    GameTextForPlayer(playerid, "~r~Out of stock", 5000, 1);
                    return 1;
                }
                else
                {
                    return 1;
                }
If there are no products, quit. If there are products, quit as well. The code below this block can never be reached, hence the warning.
Reply


Messages In This Thread
warning 225: unreachable code - by HardRock - 03.06.2013, 12:09
Re: warning 225: unreachable code - by Vince - 03.06.2013, 12:28
Re: warning 225: unreachable code - by HardRock - 03.06.2013, 12:49
Re: warning 225: unreachable code - by Konstantinos - 03.06.2013, 12:56
Re: warning 225: unreachable code - by HardRock - 03.06.2013, 13:02
Re: warning 225: unreachable code - by Konstantinos - 03.06.2013, 13:06
Re: warning 225: unreachable code - by HardRock - 03.06.2013, 14:34

Forum Jump:


Users browsing this thread: 1 Guest(s)