stock variables?
#1

pawn Код:
stock foo(bar[])
{
    print(bar);
    return 1;
}
if thats not used it won't produce warnings.
how to create it so that this:

pawn Код:
stock foo(bar[])
{
    print("bar isnt used here");
    return 1;
}
won't produce warnings too.
i can't use #pragme unused bar here
help me please!
Reply
#2

then use it
Reply
#3

i can't use it. since its in a define. i sometimes must use it and sometimes not so it must be optional
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)