SA-MP Forums Archive
warning 203 help - 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: warning 203 help (/showthread.php?tid=303213)



warning 203 help - scottygraham1990 - 12.12.2011

hey how do i get rid on this warning

samp\filterscripts\GarHouse.pwn(1713) : warning 203: symbol is never used: "ret_memcpy"


Re: warning 203 help - suhrab_mujeeb - 12.12.2011

#pragma unused ret_memcpy


Re: warning 203 help - scottygraham1990 - 12.12.2011

Quote:
Originally Posted by suhrab_mujeeb
Посмотреть сообщение
#pragma unused ret_memcpy
how do i fix it


Re: warning 203 help - suhrab_mujeeb - 12.12.2011

Put this

pawn Код:
#pragma unused ret_memcpy
At the top of your script but must be after #include <a_samp> and not inside a callback.


Re: warning 203 help - scottygraham1990 - 12.12.2011

Quote:
Originally Posted by suhrab_mujeeb
Посмотреть сообщение
Put this

pawn Код:
#pragma unused ret_memcpy
At the top of your script but must be after #include <a_samp> and not inside a callback.
thx for your help i have +rep you


Re: warning 203 help - mubashir - 01.07.2013

wow this also helped me but unfortunately i cant +rep