Warning 1 ret_memcpy
#1

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.

Reply
#2

You've created a variable ret_memcpy and never used it
Find a line:
pawn Код:
new ret_memcpy
...and remove it
Reply
#3

Top
Код:
#pragma unused ret_memcpy
Reply
#4

Quote:
Originally Posted by Sznupek
pawn Код:
new ret_memcpy
ret_memcpy is a function, not a variable.

Use it like the Jefff told you or just delete it.
Reply
#5

pawn Код:
#pragma unused ret_memcpy
ok.. thx I had the same problem
Reply
#6

ty i had same problem too...
Reply
#7

#pragma unused ret_memcpy
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)