SA-MP Forums Archive
Warning 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 Strtok (/showthread.php?tid=403523)



Warning Strtok - ByKoRsSaN - 30.12.2012

Код:
warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.



Re : Warning Strtok - [HRD]Mar1 - 30.12.2012

Remove it if you don't use it !


Re: Warning Strtok - hydravink - 30.12.2012

Add this under includes.

pawn Код:
#pragma unused strtok
Or do what he said

Quote:
Originally Posted by [HRD]Mar1
Посмотреть сообщение
Remove it if you don't use it !



Re: Warning Strtok - ByKoRsSaN - 30.12.2012

Thanks '' hydravink "