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=458543)



"Symbol is never used" - Sellize - 17.08.2013

So i'm writing an include with functions and it all works fine but when I include it in my GM and I compile it says "Symbol is never used {FUNCTION NAME HERE}" How can I remove that?


Re: "Symbol is never used" - Vanter - 17.08.2013

show us the line, whatever is on the like, remove it


Re: "Symbol is never used" - RedJohn - 17.08.2013

#pragma unused FUNCTION NAME HERE

Maybe?