08.06.2014, 15:29
Why i get thoses Warnings:
When i added this command?:
pawn Код:
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(863) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1282) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1337) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1390) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1412) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1475) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1688) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1775) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(1898) : warning 219: local variable "hash" shadows a variable at a preceding level
D:\games\clients\port_2222\pawno\include\YSI\y_commands.inc(2163) : warning 219: local variable "hash" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
10 Warnings.
pawn Код:
YCMD:sa(playerid, params[], help)
{
#pragma unused params, help
ClearAnimations(playerid);
return 1;
}