YSI problem o.O
#1

i got 13 errors for something :O
pawn Код:
pawno\include\YSI\y_debug.inc(276) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_debug.inc(338) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_debug.inc(343) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_amx.inc(442) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_amx.inc(892) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_amx.inc(914) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_utils.inc(237) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_utils.inc(360) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_utils.inc(387) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_utils.inc(466) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_malloc.inc(458) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_malloc.inc(582) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_ini.inc(1071) : warning 219: local variable "str" shadows a variable at a preceding level
i typed only "#include <YSI\y_ini>"
Please help me and tell what give me these erros
Reply
#2

Anyone?
Reply
#3

variable str is already definied, change it ?
Reply
#4

Quote:
Originally Posted by Speed++
Посмотреть сообщение
variable str is already definied, change it ?
not work
Reply
#5

Quote:
Originally Posted by Coder_
Посмотреть сообщение
not work
Probably you've defined a variable with a name str in one of your codes, or any of the other includes have made a str variable in the local scope. you'll have to find and delete it.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)