SA-MP Forums Archive
warning 203: symbol is never used: "strtok" - 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)
+--- Thread: warning 203: symbol is never used: "strtok" (/showthread.php?tid=132341)



warning 203: symbol is never used: "strtok" - hardstop - 07.03.2010

I compile and get i Warning

warning 203: symbol is never used: "strtok"

And when i ignore the warning and try to launch server then server crashes


i got warning when i tried

to put Sandras Rank/Level system 2.0


Re: warning 203: symbol is never used: "strtok" - ¤Adas¤ - 07.03.2010

#pragma unused strtok


Re: warning 203: symbol is never used: "strtok" - hardstop - 07.03.2010

Thnx


Re: warning 203: symbol is never used: "strtok" - mamorunl - 07.03.2010

Your server still crashes, doesn't it? As you have to use it.


Re: warning 203: symbol is never used: "strtok" - [HHT]DRON - 26.08.2011

thanks)


Re: warning 203: symbol is never used: "strtok" - ladolez - 05.03.2013

i have same problem but when i use that

#pragma unused strtok

it still warning =.=


Re: warning 203: symbol is never used: "strtok" - Rock - 05.03.2013

Quote:
Originally Posted by ladolez
Посмотреть сообщение
i have same problem but when i use that

#pragma unused strtok

it still warning =.=
Probably strtok is included in another include which is included into your gamemode.
()