redundant code: constant expression is zero
#2

The compiler does constant math. This means that you will just end up with:
pawn Код:
if(false)
{
    return 14;
}
else
{
    return 15;
}
You can't write an if-statement without some kind of variable.
Reply


Messages In This Thread
redundant code: constant expression is zero - by vardanega - 13.04.2014, 21:12
Re: redundant code: constant expression is zero - by Vince - 13.04.2014, 22:19
Re : redundant code: constant expression is zero - by vardanega - 14.04.2014, 07:15

Forum Jump:


Users browsing this thread: 2 Guest(s)