Getting some warnings from y_commands
#1

When i compile SATDM, these warnings appear:

Код:
C:\Users\Dr.Lozer\Desktop\PAK GAMING [3x]\pawno\include\YSI\y_commands.inc(793) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Dr.Lozer\Desktop\PAK GAMING [3x]\pawno\include\YSI\y_commands.inc(1191) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Dr.Lozer\Desktop\PAK GAMING [3x]\pawno\include\YSI\y_commands.inc(1243) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Dr.Lozer\Desktop\PAK GAMING [3x]\pawno\include\YSI\y_commands.inc(1264) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Dr.Lozer\Desktop\PAK GAMING [3x]\pawno\include\YSI\y_commands.inc(1326) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Dr.Lozer\Desktop\PAK GAMING [3x]\pawno\include\YSI\y_commands.inc(1519) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Dr.Lozer\Desktop\PAK GAMING [3x]\pawno\include\YSI\y_commands.inc(1600) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Dr.Lozer\Desktop\PAK GAMING [3x]\pawno\include\YSI\y_commands.inc(1706) : warning 219: local variable "hash" shadows a variable at a preceding level
C:\Users\Dr.Lozer\Desktop\PAK GAMING [3x]\pawno\include\YSI\y_commands.inc(1955) : warning 219: local variable "hash" shadows a variable at a preceding level
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


9 Warnings.
What should i do?
Reply
#2

Hmm try recompile the y_commands.inc or open the script your doing by going to pawno ----> pawno.exe
and open the script that way maybe they will fix the warnings.
Reply
#3

Didn't understood what you said.
Do you mean to update the y_commands.inc ?
Reply
#4

Try and get rid of this from the actual game mode script:

pawn Код:
new hash[some number will be here];
This is because it's already included in the include file, so there's no need to have it again.
Reply
#5

Quote:
Originally Posted by DanishHaq
Посмотреть сообщение
Try and get rid of this from the actual game mode script:

pawn Код:
new hash[some number will be here];
This is because it's already included in the include file, so there's no need to have it again.
Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)