symbol is never used: "params"
#2

this warnig is caused when a symbol is not used anywhere
for example
pawn Код:
new a,b,c;
b=5+10;
c=b+5;
in the above example we have declared variable "a" but have not use it anywhere so it will give this warning
you could just simply ignore it
Reply


Messages In This Thread
Cannot be Access - by Team_PRO - 01.07.2014, 10:10
Re: symbol is never used: "params" - by BroZeus - 01.07.2014, 10:14
Re: symbol is never used: "params" - by Jack_Leslie - 01.07.2014, 10:24
Re: symbol is never used: "params" - by BlackSirrah239 - 01.07.2014, 10:24
Re: symbol is never used: "params" - by Team_PRO - 01.07.2014, 10:44
Re: symbol is never used: "params" - by Team_PRO - 01.07.2014, 11:33
Re: symbol is never used: "params" - by Rittik - 01.07.2014, 11:45
Re: symbol is never used: "params" - by Team_PRO - 01.07.2014, 11:52
Re: symbol is never used: "params" - by Rittik - 01.07.2014, 12:07
Re: symbol is never used: "params" - by Team_PRO - 01.07.2014, 12:37

Forum Jump:


Users browsing this thread: 2 Guest(s)