warning 203 help
#1

hey how do i get rid on this warning

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

#pragma unused ret_memcpy
Reply
#3

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

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

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
Reply
#6

wow this also helped me but unfortunately i cant +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)