A 2 unknown warnings
#1

There is an unknown two warnings which doesn't affect the GM but i wannaget rid of them
Can you help me plz

Код:
C:\Documents and Settings\Administrator\Desktop\GTA SERVER\gamemodes\TotalAgression0.1.pwn(4282) : warning 203: symbol is never used: "ret_memcpy"
C:\Documents and Settings\Administrator\Desktop\GTA SERVER\gamemodes\TotalAgression0.1.pwn(4282) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
Reply
#2

Remove the definations of strtok and ret_memcpy!
Reply
#3

I don't have any one
Reply
#4

Yes, you do. The compiler complains that you defined strtok and ret_memcpy and never used them. Use Ctrl + F to search.
Reply
#5

give the freaking code and ill do it for you or seach up ret_memcpy and delete the line i thinks its like a new or i forget just give the code...
Reply
#6

of? :P the GM?
Reply
#7

There are 3 solutions:
  1. Remove the functions from your script, or
  2. Prefix them with 'stock', or
  3. use #pragma unused
Reply
#8

Quote:
Originally Posted by Vince
Посмотреть сообщение
There are 3 solutions:
  1. Remove the functions from your script, or
  2. Prefix them with 'stock', or
  3. use #pragma unused
+1

pawn Код:
#pragma unused ret_memcpy
#pragma unused strtok
Reply
#9

Thanks guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)