How to fix this warning - 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: How to fix this warning (
/showthread.php?tid=498960)
How to fix this warning -
Dipto - 05.03.2014
warning 203: symbol is never used: "ret_memcpy"
I tried to find ret_memcpy by searching it on my script, but i couldn't find it. and if anyone know how to fix, raply
Re: How to fix this warning -
Abagail - 05.03.2014
Put #pragma unused ret_memcpy at the top of your script by the defines.
Re: How to fix this warning -
Konstantinos - 05.03.2014
It's in an include. Add to your script:
pawn Код:
#pragma unused ret_memcpy
Re: How to fix this warning -
Dipto - 05.03.2014
yo , guys thanks, working