SA-MP Forums Archive
Symbol is never used - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Symbol is never used (/showthread.php?tid=559060)



Symbol is never used - ZaBraNjeNi - 20.01.2015

Hi,

I have some problem, warning:
Код:
C:\Documents and Settings\2012\Desktop\Driver.pwn(307) : warning 203: symbol is never used: "work"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Warning is at line 307, but I have 306 lines??

Thanks.


EDIT: fixed.


Re: Symbol is never used - Ahmad45123 - 20.01.2015

Search for the var "work" and check id its used, And if not ... Remove it.


Re: Symbol is never used - Ironboy - 20.01.2015

You've got "work" var in your script but hasn't used anywhere ,just remove it.


Re: Symbol is never used - Glossy42O - 20.01.2015

u never used it.

It won't do nothing, ignore it.


Re: Symbol is never used - ZaBraNjeNi - 20.01.2015

Thanks guys, it's fixed.


Re: Symbol is never used - Schneider - 20.01.2015

Quote:
Originally Posted by Stuun23
Посмотреть сообщение
u never used it.

It won't do nothing, ignore it.
No, you shouldn't...