what is this error how can I fix this - 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: what is this error how can I fix this (
/showthread.php?tid=192962)
what is this error how can I fix this -
DirtyLilFreak - 24.11.2010
Guys what is this error and how can i fix it?
Код:
E:\samp03bsvr_R2_win32\gamemodes\admin script.pwn(5) : warning 203: symbol is never used: "ret_memcpy"
E:\samp03bsvr_R2_win32\gamemodes\admin script.pwn(5) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
All I added to the empty script is
Код:
#include <a_samp>
#include <Dini>
#include <dutils>
Re: what is this error how can I fix this -
BMUK - 24.11.2010
They are only warnings.
You will use strtok eventually.
else use these
#pragma unused ret_memcpy
#pragma unused strtok
Re: what is this error how can I fix this -
DirtyLilFreak - 24.11.2010
oww ok thnx