How to fix these warnings?
#7

You probably need to show the code that comes before the code block you just posted as well. Unreachable code is often caused by code like this:
pawn Код:
stock function()
{
     if(conditional == 1)
         return 1;
     else
         return 0;

     // code which will never be reached, and it makes sense
}
Reply


Messages In This Thread
How to fix these warnings? - by Rohan_Ubhare - 12.05.2012, 11:25
Re: How to fix these warnings? - by D-12 - 12.05.2012, 11:28
Re: How to fix these warnings? - by iGetty - 12.05.2012, 11:30
Re: How to fix these warnings? - by Rohan_Ubhare - 12.05.2012, 11:35
Re: How to fix these warnings? - by Pinguinn - 12.05.2012, 11:37
Re: How to fix these warnings? - by Rohan_Ubhare - 12.05.2012, 11:40
Re: How to fix these warnings? - by AndreT - 12.05.2012, 11:53
Re: How to fix these warnings? - by RedWingz - 12.05.2012, 13:07
Re: How to fix these warnings? - by Rohan_Ubhare - 13.05.2012, 06:34
Re: How to fix these warnings? - by Faisal_khan - 13.05.2012, 06:52

Forum Jump:


Users browsing this thread: 2 Guest(s)