SA-MP Forums Archive
Warning 203: symbol is never used: "ret_memcpy" - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Warning 203: symbol is never used: "ret_memcpy" (/showthread.php?tid=155433)



Warning 203: symbol is never used: "ret_memcpy" - bajskorv123 - 18.06.2010

I try to fix my friends script but i get this error, how to fix it?


Re: Warning 203: symbol is never used: "ret_memcpy" - [XST]O_x - 18.06.2010

Under the definitions put:
pawn Код:
#pragma unused ret_memcpy
EDIT: Pwned Flashy


Re: Warning 203: symbol is never used: "ret_memcpy" - Flashy - 18.06.2010

At the top of your script:

Quote:

#pragma unused ret_memcpy

EDIT:

O_x was faster xD


Re: Warning 203: symbol is never used: "ret_memcpy" - bajskorv123 - 18.06.2010

Thanks


Re: Warning 203: symbol is never used: "ret_memcpy" - CEZALAND - 05.02.2011

Thanks :P


Re: Warning 203: symbol is never used: "ret_memcpy" - greenstyle - 22.07.2011

Please Help me(

Error:
Код:
warning 203 : symbol is never used "GoIP"
Line :
Код:
GoIP(StrToChk[])
Help me please


Re: Warning 203: symbol is never used: "ret_memcpy" - Scenario - 22.07.2011

Quote:
Originally Posted by greenstyle
Посмотреть сообщение
Please Help me(

Error:
Код:
warning 203 : symbol is never used "GoIP"
Line :
Код:
GoIP(StrToChk[])
Help me please
It means you are never using the "GoIP" function.


Re: Warning 203: symbol is never used: "ret_memcpy" - MadeMan - 22.07.2011

Another way to fix this warning is to put 'stock' before the function.

Like this:

pawn Код:
stock GoIP(StrToChk[])