Warning 1 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 1 ret_memcpy (
/showthread.php?tid=98921)
Warning 1 ret_memcpy -
RenisiL - 24.09.2009
Hey please hel me
what here 1 warning
Quote:
D:\Deivido\Deivido\GTAPRO~1\SF-LTT~1\FREE-R~1\GAMEMO~1\SA-MPC~1.PWN(223) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
|
Re: Warning 1 ret_memcpy -
Sznupek - 24.09.2009
You've created a variable
ret_memcpy and never used it
Find a line:
...and remove it
Re: Warning 1 ret_memcpy -
Jefff - 24.09.2009
Top
Код:
#pragma unused ret_memcpy
Re: Warning 1 ret_memcpy -
Correlli - 24.09.2009
Quote:
Originally Posted by Sznupek
|
ret_memcpy is a function, not a variable.
Use it like the Jefff told you or just delete it.
Re: Warning 1 ret_memcpy -
Seven_of_Nine - 14.04.2011
pawn Код:
#pragma unused ret_memcpy
ok..

thx I had the same problem
Re: Warning 1 ret_memcpy -
Cenation - 30.06.2011
ty i had same problem too...
Re: Warning 1 ret_memcpy -
Skaizo - 30.06.2011
#pragma unused ret_memcpy