Warning 203: symbol is never used: "ret_memcpy"
#1

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

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

At the top of your script:

Quote:

#pragma unused ret_memcpy

EDIT:

O_x was faster xD
Reply
#4

Thanks
Reply
#5

Thanks :P
Reply
#6

Please Help me(

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

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.
Reply
#8

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

Like this:

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


Forum Jump:


Users browsing this thread: 1 Guest(s)